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

Luca Capello luca at pca.it
Sun Jun 24 14:19:30 UTC 2012


The following commit has been merged in the master branch:
commit 1834846735dc6e0c736f9f66659c2b1e3a035f4b
Author: Luca Capello <luca at pca.it>
Date:   Sun Jun 24 14:04:02 2012 +0200

    debian/bacula-sd.init: remove trailing space in stop case

diff --git a/debian/bacula-sd.init b/debian/bacula-sd.init
index 4813c67..a168187 100644
--- a/debian/bacula-sd.init
+++ b/debian/bacula-sd.init
@@ -73,7 +73,7 @@ case "$1" in
         fi
 	;;
   stop)
-	log_daemon_msg "Stopping $DESC... " "$NAME"
+	log_daemon_msg "Stopping $DESC..." "$NAME"
         if do_stop ; then
                 log_end_msg 0
         else
diff --git a/debian/changelog b/debian/changelog
index a40649b..a4f9457 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ bacula (5.2.6+dfsg-2) UNRELEASED; urgency=low
   * debian/bacula-director-*.postinst,
     debian/bacula-fd.postinst, debian/bacula-sd.postinst:
     + move set call at the top.
+  * debian/bacula-sd.init:
+    + remove trailing space in stop case.
 
  --
 

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



More information about the pkg-bacula-commits mailing list