]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2003-04-11 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 11 Apr 2003 20:20:05 +0000 (20:20 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 11 Apr 2003 20:20:05 +0000 (20:20 +0000)
* bus/messagebus.in: remove pid file when stopping the
message bus, since the bus won't have privileges to remove it
itself.

ChangeLog
bus/messagebus.in

index c608f29ac29a3f87f4719cffc9dc507aa75f9f1b..8cd6ddaa104d1235657efc175c5705480120cdbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-11  Havoc Pennington  <hp@redhat.com>
+
+       * bus/messagebus.in: remove pid file when stopping the
+       message bus, since the bus won't have privileges to remove it
+       itself.
+
 2003-04-11  Havoc Pennington  <hp@redhat.com>
 
        * bus/bus.c (bus_context_new): move credentials change after
index 45388a5ed9b22374537643ef04ee754b82588fc7..e4a169672a1cc9a220fed62503c78d0e14c78230 100755 (executable)
@@ -37,6 +37,7 @@ stop() {
     echo
     if [ $RETVAL -eq 0 ]; then
         rm -f @EXPANDED_LOCALSTATEDIR@/lock/subsys/messagebus
+        rm -f @DBUS_SYSTEM_PID_FILE@
     fi
 }