[Pkg-sysvinit-commits] r1194 - in sysvinit/trunk/debian: . initscripts/etc/init.d

pere at alioth.debian.org pere at alioth.debian.org
Fri Jan 4 23:07:40 UTC 2008


Author: pere
Date: 2008-01-04 23:07:40 +0000 (Fri, 04 Jan 2008)
New Revision: 1194

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd
Log:
  * Change init.d/bootlogd to not report failure when trying to stop
    an already stopped bootlogd.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2008-01-04 22:45:40 UTC (rev 1193)
+++ sysvinit/trunk/debian/changelog	2008-01-04 23:07:40 UTC (rev 1194)
@@ -42,6 +42,8 @@
     systems starting very early in the boot, or systems that need to
     modify the pid list at run time, to update their pid list (Closes:
     #459146).  Based on patch from Kel Modderman
+  * Change init.d/bootlogd to not report failure when trying to stop
+    an already stopped bootlogd.
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 31 Dec 2007 12:18:42 +0100
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd	2008-01-04 22:45:40 UTC (rev 1193)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd	2008-01-04 23:07:40 UTC (rev 1194)
@@ -61,7 +61,7 @@
   stop)
 	PATH=/bin:/sbin:/usr/bin:/usr/sbin
 	log_daemon_msg "Stopping $DESC" "$NAME"
-	start-stop-daemon --stop --quiet --exec $DAEMON
+	start-stop-daemon --oknodo --stop --quiet --exec $DAEMON
 	ES=$?
 	sleep 1
 	log_end_msg $ES




More information about the Pkg-sysvinit-commits mailing list