[Pkg-samba-maint] r3819 - trunk/samba/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sun Jun 12 20:02:51 UTC 2011


tags 572483 pending
thanks

Author: bubulle
Date: 2011-06-12 20:02:50 +0000 (Sun, 12 Jun 2011)
New Revision: 3819

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/samba.init
Log:
Add "--quiet" to start-stop-daemon call in reload target in init script. Closes: #572483

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2011-06-11 17:57:02 UTC (rev 3818)
+++ trunk/samba/debian/changelog	2011-06-12 20:02:50 UTC (rev 3819)
@@ -1,3 +1,10 @@
+samba (2:3.5.8~dfsg-6) UNRELEASED; urgency=low
+
+  * Add "--quiet" to start-stop-daemon call in reload target in init
+    script. Closes: #572483
+
+ -- Christian Perrier <bubulle at debian.org>  Sun, 12 Jun 2011 22:01:19 +0200
+
 samba (2:3.5.8~dfsg-5) unstable; urgency=low
 
   * Fix "tdb2.so undefined symbol: dyn_get_STATEDIR" by fixing a typo

Modified: trunk/samba/debian/samba.init
===================================================================
--- trunk/samba/debian/samba.init	2011-06-11 17:57:02 UTC (rev 3818)
+++ trunk/samba/debian/samba.init	2011-06-12 20:02:50 UTC (rev 3819)
@@ -92,7 +92,7 @@
 	reload)
 		log_daemon_msg "Reloading /etc/samba/smb.conf" "smbd only"
 
-		start-stop-daemon --stop --signal HUP --pidfile $SMBDPID
+		start-stop-daemon --stop --quiet --signal HUP --pidfile $SMBDPID
 
 		log_end_msg 0
 		;;





More information about the Pkg-samba-maint mailing list