From f6cf02b6c0fd13d0271ce5b4c41bb3839499c0f1 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 25 Mar 2009 21:14:58 +0000 Subject: [PATCH] Disable plugin options in ua_run.c git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8599 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/release-3-status.txt | 4 ++++ bacula/src/dird/ua_run.c | 2 ++ bacula/technotes-2.5 | 1 + 3 files changed, 7 insertions(+) diff --git a/bacula/release-3-status.txt b/bacula/release-3-status.txt index fa97067263..c0292f2c61 100644 --- a/bacula/release-3-status.txt +++ b/bacula/release-3-status.txt @@ -136,3 +136,7 @@ Features that will not be completed: separate Configuration manual. - Not all new features are tested or tested well enough +- Normal (as opposed to command) plugins are not yet + implemented (these are plugins can register to receive + specific backup/restore events). + See section 3.1 of the manual for more details. diff --git a/bacula/src/dird/ua_run.c b/bacula/src/dird/ua_run.c index b57b3c402e..ab31ada9a4 100644 --- a/bacula/src/dird/ua_run.c +++ b/bacula/src/dird/ua_run.c @@ -1219,6 +1219,8 @@ static bool scan_command_line_arguments(UAContext *ua, run_ctx &rc) kw_ok = true; break; case 25: /* pluginoptions */ + ua->send_msg(_("Plugin Options not yet implemented.\n")); + return false; if (rc.plugin_options) { ua->send_msg(_("Plugin Options specified twice.\n")); return false; diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index 773fe455ef..cfecbd0303 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -3,6 +3,7 @@ General: 25Mar09 +kes Disable plugin options in ua_run.c kes Added the following to provide solutions to the plugin/Accurate problem -- bug #1236 Cannot restore incremental backups with the Exchange plugin. -- 2.39.5