From b7c17ce3017ede4202d00b69860cca41b62bd13a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 15 Jul 2009 16:36:28 +0000 Subject: [PATCH] Add back bootstrap to FD git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9013 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- 2.39.5