projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca71ff1
)
No -k support for now (bug #683080)
author
Tollef Fog Heen
<tfheen@err.no>
Fri, 21 Sep 2012 21:06:15 +0000
(23:06 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Fri, 21 Sep 2012 21:06:15 +0000
(23:06 +0200)
modules/bacula/templates/default.bacula-fd.erb
patch
|
blob
|
history
diff --git
a/modules/bacula/templates/default.bacula-fd.erb
b/modules/bacula/templates/default.bacula-fd.erb
index
b998713
..
c20fc35
100644
(file)
--- a/
modules/bacula/templates/default.bacula-fd.erb
+++ b/
modules/bacula/templates/default.bacula-fd.erb
@@
-5,8
+5,10
@@
ENABLED="yes"
# Additional start arguments can be provided here
-# ARGS=""
-ARGS="-u bacula -k"
+ARGS=""
+# We should make it be:
+#ARGS="-u bacula -k"
+# once bug #683080 is fixed
# Default config file can be changed here
# CONFIG="/etc/bacula/bacula-fd.conf"