Author: randy
Date: 2009-03-02 08:35:16 -0700 (Mon, 02 Mar 2009)
New Revision: 7787

Modified:
   trunk/bootscripts/ChangeLog
   trunk/bootscripts/blfs/init.d/dbus
Log:
Modified the D-BUS boot script 'stop section so that the PID file is removed 
when the daemon is stopped

Modified: trunk/bootscripts/ChangeLog
===================================================================
--- trunk/bootscripts/ChangeLog 2009-03-02 00:57:29 UTC (rev 7786)
+++ trunk/bootscripts/ChangeLog 2009-03-02 15:35:16 UTC (rev 7787)
@@ -1,10 +1,14 @@
+2009-03-02 Randy McMurchy <[email protected]>
+       * Modified the D-BUS boot script "stop" section so that the PID
+         file is removed when the daemon is stopped.
+
 2008-08-12 Thomas Trepl <[email protected]>
        * Fix a mistyped variable name in Samba init script which
-         causes the reload action to fail
+         causes the reload action to fail.
 
 2008-03-25 Randy McMurchy <[email protected]>
        * Updated the Stunnel init script to reflect that upstream has
-         moved the stunnel binary from /usr/sbin to /usr/bin
+         moved the stunnel binary from /usr/sbin to /usr/bin.
 
 2008-03-15 Alexander E. Patrakov <[email protected]>
        * Imported the new pppoe service script from the LiveCD repository.
@@ -16,7 +20,7 @@
          depended on.
 
 2008-03-06 Bruce Dubbs <[email protected]>
-       * Fixed calls in autofs to echo_failure
+       * Fixed calls in autofs to echo_failure.
 
 2007-12-21 Dan Nicholson <[email protected]>
        * Removed the reload target from the dhcp script since dhcpd

Modified: trunk/bootscripts/blfs/init.d/dbus
===================================================================
--- trunk/bootscripts/blfs/init.d/dbus  2009-03-02 00:57:29 UTC (rev 7786)
+++ trunk/bootscripts/blfs/init.d/dbus  2009-03-02 15:35:16 UTC (rev 7787)
@@ -23,7 +23,7 @@
         stop)
                 boot_mesg "Stopping the D-Bus Messagebus Daemon..."
                 killproc /usr/bin/dbus-daemon
-                [ $? -eq 0 ] && rm -f "$socket"
+                [ $? -eq 0 ] && rm -f "$socket" "$pidfile"
                 ;;
 
         restart)

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to