[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.2.6+dfsg-2-10-g38b3762

Alexander Golovko alexandro at ankalagon.ru
Sun Jul 8 02:00:05 UTC 2012


The following commit has been merged in the master branch:
commit 38b37627e9112fd9309815d54b037219e63fea9e
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date:   Sun Jul 8 05:59:59 2012 +0400

    fix typo

diff --git a/debian/bacula-fd.init b/debian/bacula-fd.init
index e85a593..cfcda62 100644
--- a/debian/bacula-fd.init
+++ b/debian/bacula-fd.init
@@ -53,7 +53,7 @@ PIDFILE=/var/run/bacula/$NAME.$PORT.pid
 
 do_start()
 {
-        start-stop-daemona -c "$DAEMONUSER" --start --quiet --pidfile $PIDFILE \
+        start-stop-daemon -c "$DAEMONUSER" --start --quiet --pidfile $PIDFILE \
         --oknodo --exec $DAEMON -- -c $CONFIG $ARGS
 }
 

-- 
Bacula, a network backup, recovery and verification program



More information about the pkg-bacula-commits mailing list