From: Carlos Santos Date: Mon, 16 Apr 2018 02:29:20 +0000 (-0300) Subject: dbus: don't test if the binary exists in the init script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7183a0eff9d1d2190b257b5d5cdc54f4cb6b00a7;p=buildroot.git dbus: don't test if the binary exists in the init script 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/dbus/S30dbus b/package/dbus/S30dbus index b4bcf9c7aa..52646cea2f 100644 --- 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