From d26b3e1d93f0d7c745067ffa67d6127e91d6be07 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 24 Apr 2007 20:33:11 +0000 Subject: [PATCH] ebl Add comments git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4624 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/dird_conf.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bacula/src/dird/dird_conf.c b/bacula/src/dird/dird_conf.c index c87d79d21e..b9199d0cbc 100644 --- a/bacula/src/dird/dird_conf.c +++ b/bacula/src/dird/dird_conf.c @@ -1322,6 +1322,10 @@ void save_resource(int type, RES_ITEM *items, int pass) res->res_job.run_cmds = res_all.res_job.run_cmds; res->res_job.RunScripts = res_all.res_job.RunScripts; + /* TODO: JobDefs where/regexwhere doesn't work well (but this + * is not very useful) */ + + /* we take RegexWhere before all other options */ if (!res->res_job.RegexWhere && (res->res_job.strip_prefix || -- 2.39.5