This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bacula Community source".
The branch, Branch-5.2 has been updated
via d5566e66c34f60c6599b589066a24d27f779e259 (commit)
from 3ea8d758b9a4999545991bdb79606c5cfe41bbc5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d5566e66c34f60c6599b589066a24d27f779e259
Author: Eric Bollengier <eric@...>
Date: Wed Feb 13 08:20:05 2013 +0100
Fix #1982 update enabled keyword in help command
-----------------------------------------------------------------------
Summary of changes:
diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c
index d4cdf53..422eaa8 100644
--- a/bacula/src/dird/ua_cmds.c
+++ b/bacula/src/dird/ua_cmds.c
@@ -192,7 +192,7 @@ static struct cmdstruct commands[] = { /* C
"\n\tvolume=<volname> volstatus=<status> volretention=<time-def>"
"\n\t pool=<pool> recycle=<yes/no> slot=<number>\n\t inchanger=<yes/no>"
"\n\t maxvolbytes=<size> maxvolfiles=<nb> maxvoljobs=<nb>"
- "\n\t enable=<yes/no> recyclepool=<pool> actiononpurge=<action>"),true},
+ "\n\t enabled=<yes/no> recyclepool=<pool> actiononpurge=<action>"),true},
{ NT_("use"), use_cmd, _("Use catalog xxx"), NT_("catalog=<catalog>"), false},
{ NT_("var"), var_cmd, _("Does variable expansion"), NT_(""), false},
{ NT_("version"), version_cmd, _("Print Director version"), NT_(""), true},
hooks/post-receive
--
Bacula Community source
|