From: Angelo Compagnucci Date: Sun, 8 Nov 2020 16:33:49 +0000 (+0100) Subject: package/cups-filters: fix daemon path for cups service X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfc63898f4dbdf7d9eb7c01252ea8ba4c5242229;p=buildroot.git package/cups-filters: fix daemon path for cups service Fix a typo in service location, the right location is indeed /usr/sbin. Signed-off-by: Angelo Compagnucci Signed-off-by: Peter Korsgaard --- diff --git a/package/cups-filters/S82cups-browsed b/package/cups-filters/S82cups-browsed index 08909c7f98..f17bbe7465 100644 --- a/package/cups-filters/S82cups-browsed +++ b/package/cups-filters/S82cups-browsed @@ -6,7 +6,7 @@ PIDFILE="/var/run/$DAEMON.pid" start() { printf 'Starting %s: ' "$DAEMON" # shellcheck disable=SC2086 # we need the word splitting - start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/sbin/$DAEMON" \ + start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \ -- -c /etc/cups/cups-browsed.conf status=$? if [ "$status" -eq 0 ]; then