]> git.sur5r.net Git - bacula/bacula/commitdiff
Disable plugin options in ua_run.c
authorKern Sibbald <kern@sibbald.com>
Wed, 25 Mar 2009 21:14:58 +0000 (21:14 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 25 Mar 2009 21:14:58 +0000 (21:14 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8599 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/release-3-status.txt
bacula/src/dird/ua_run.c
bacula/technotes-2.5

index fa970672635a113869d100f8d93a0d28f8e5c5ba..c0292f2c61e2e436a8b5e6e6501c9b103aadc6ab 100644 (file)
@@ -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.
index b57b3c402e5f7609f4faa241b42402ffe49b4ee8..ab31ada9a4819486ee9ebba0020486bb6babaf3a 100644 (file)
@@ -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;
index 773fe455ef21c9db7ee937172000465bee8e5b1e..cfecbd03030d6b9dea1f8d367214c354b8959dcc 100644 (file)
@@ -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.