]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct yes in run command after adding new aliases
authorKern Sibbald <kern@sibbald.com>
Fri, 7 Nov 2003 13:49:32 +0000 (13:49 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 7 Nov 2003 13:49:32 +0000 (13:49 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@801 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_run.c

index a42c8851fe1f4a9b6d135508393c31f556cc014d..e18777a7e20566b800fdaba8d277ce149fb0c181 100644 (file)
@@ -65,22 +65,22 @@ int run_cmd(UAContext *ua, char *cmd)
       N_("client"),                   /* 2 */
       N_("fd"), 
       N_("fileset"),                  /* 4 */
-      N_("level"),
+      N_("level"),                    /* 5 */
       N_("storage"),                  /* 6 */
       N_("sd"),                       /* 7 */
-      N_("pool"), 
-      N_("where"),
-      N_("bootstrap"),
-      N_("replace"),
-      N_("when"),
-      N_("priority"),
+      N_("pool"),                     /* 8 */
+      N_("where"),                    /* 9 */
+      N_("bootstrap"),                /* 10 */
+      N_("replace"),                  /* 11 */
+      N_("when"),                     /* 12 */
+      N_("priority"),                 /* 13 */
       N_("yes"),          /* 14 -- if you change this change YES_POS too */
       N_("run"),          /* 15 -- if you change this change RUN_POS too */
       N_("verifyjob"),                /* 16 */
       NULL};
 
-#define YES_POS 12
-#define RUN_POS 13
+#define YES_POS 14
+#define RUN_POS 15
 
    if (!open_db(ua)) {
       return 1;