mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
# and other messages. See http://www.freedesktop.org/software/dbus/
|
||||
#
|
||||
# processname: dbus-daemon
|
||||
# pidfile: /var/run/messagebus.pid
|
||||
# pidfile: /run/messagebus.pid
|
||||
#
|
||||
|
||||
# Create needed directories.
|
||||
[ -d /var/run/dbus ] || mkdir -p /var/run/dbus
|
||||
[ -d /run/dbus ] || mkdir -p /run/dbus
|
||||
[ -d /var/lock/subsys ] || mkdir -p /var/lock/subsys
|
||||
[ -d /tmp/dbus ] || mkdir -p /tmp/dbus
|
||||
|
||||
@@ -38,7 +38,7 @@ stop() {
|
||||
echo "done"
|
||||
if [ $RETVAL -eq 0 ]; then
|
||||
rm -f /var/lock/subsys/dbus-daemon
|
||||
rm -f /var/run/messagebus.pid
|
||||
rm -f /run/messagebus.pid
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user