projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f59d734
)
dbus: don't test if the binary exists in the init script
author
Carlos Santos
<casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:20 +0000
(23:29 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:34 +0000
(07:34 +0200)
The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/dbus/S30dbus
patch
|
blob
|
history
diff --git
a/package/dbus/S30dbus
b/package/dbus/S30dbus
index b4bcf9c7aa9a8f52904e21c71bfb41616f7aa3f6..52646cea2f4ab4c7391cbafbe99454734c8624f0 100644
(file)
--- a/
package/dbus/S30dbus
+++ b/
package/dbus/S30dbus
@@
-10,9
+10,6
@@
# pidfile: /var/run/messagebus.pid
#
-# Sanity checks.
-[ -x /usr/bin/dbus-daemon ] || exit 0
-
# Create needed directories.
[ -d /var/run/dbus ] || mkdir -p /var/run/dbus
[ -d /var/lock/subsys ] || mkdir -p /var/lock/subsys