All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] package/cups-filters: fix deamon path for cups service
@ 2020-11-08 16:33 Angelo Compagnucci
  2020-11-08 16:33 ` [Buildroot] [PATCH v2 2/2] package/cups-filters: bump to version 1.28.4 Angelo Compagnucci
  2020-11-10 22:18 ` [Buildroot] [PATCH v2 1/2] package/cups-filters: fix deamon path for cups service Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Angelo Compagnucci @ 2020-11-08 16:33 UTC (permalink / raw)
  To: buildroot

Fix a typo in service location, the right location is indeed /usr/bin.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
v1 -> v2:
  Fixing author

 package/cups-filters/S82cups-browsed | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-10 22:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-08 16:33 [Buildroot] [PATCH v2 1/2] package/cups-filters: fix deamon path for cups service Angelo Compagnucci
2020-11-08 16:33 ` [Buildroot] [PATCH v2 2/2] package/cups-filters: bump to version 1.28.4 Angelo Compagnucci
2020-11-08 16:50   ` Baruch Siach
2020-11-10 22:18 ` [Buildroot] [PATCH v2 1/2] package/cups-filters: fix deamon path for cups service Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.