dbus: corrected dbus.pid location in rc script

This commit is contained in:
Matt Housh 2007-10-26 08:18:10 -05:00
parent a22e407fb3
commit 843019d009
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
23bc5ff22fe4f9a208d65fbbfd489ad9 30-dbus.launch
0552a9b54beb4a044951b7cdbc8fc855 dbus-1.0.2.tar.gz
f3d2047d1a05cc0c6fcb5afaea4605a5 rc.dbus
dd882e45b9397a5dbf8650057ee9a340 rc.dbus

View File

@ -5,7 +5,7 @@
name=dbus
version=1.0.2
release=3
release=4
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
rc.dbus 30-dbus.launch)

View File

@ -13,7 +13,7 @@ case $1 in
;;
stop)
killall -q /usr/sbin/dbus-daemon
rm -f /var/run/dbus/pid
rm -f /var/run/dbus/dbus.pid
;;
restart)
$0 stop