]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix runscript to always execute command after all job type.
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 9 Dec 2006 13:59:40 +0000 (13:59 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 9 Dec 2006 13:59:40 +0000 (13:59 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3777 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/dird_conf.c

index 7299e197aa76c3254402be69d3e47e171396b6da..cacce9ad6f4eef211ef489eab5dcbc034b239688 100644 (file)
@@ -300,8 +300,8 @@ RES_ITEM job_items[] = {
    {"priority",   store_pint, ITEM(res_job.Priority), 0, ITEM_DEFAULT, 10},
    {"writepartafterjob",   store_bool, ITEM(res_job.write_part_after_job), 0, ITEM_DEFAULT, true},
    {"selectionpattern", store_str, ITEM(res_job.selection_pattern), 0, 0, 0},
-   {"selectiontype", store_migtype, ITEM(res_job.selection_type), 0, 0, 0},
    {"runscript", store_runscript, ITEM(res_job.RunScripts), 0, ITEM_NO_EQUALS, 0},
+   {"selectiontype", store_migtype, ITEM(res_job.selection_type), 0, 0, 0},
    {NULL, NULL, {0}, 0, 0, 0}
 };