From: Kern Sibbald Date: Wed, 15 Jul 2009 16:36:28 +0000 (+0000) Subject: Add back bootstrap to FD X-Git-Tag: Release-3.0.2~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7267131d5f137108a57312beb96bd15802a2bb64;p=bacula%2Fbacula Add back bootstrap to FD git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9013 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index 3c67b2ed08..c91f2135fa 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -118,7 +118,7 @@ static struct s_cmds cmds[] = { {".status", qstatus_cmd, 1}, {"storage ", storage_cmd, 0}, {"verify", verify_cmd, 0}, -// {"bootstrap", bootstrap_cmd, 0}, + {"bootstrap", bootstrap_cmd, 0}, {"RunBeforeNow", runbeforenow_cmd, 0}, {"RunBeforeJob", runbefore_cmd, 0}, {"RunAfterJob", runafter_cmd, 0},