aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups/use_echo_only_in_init.patch
blob: 696f1374d9c2337081f83f5220ef5c0adc3fe0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Upstream-Status: Inappropriate [embedded specific]

Index: cups-1.6.1/scheduler/cups.sh.in
===================================================================
--- cups-1.6.1.orig/scheduler/cups.sh.in
+++ cups-1.6.1/scheduler/cups.sh.in
@@ -67,7 +67,7 @@ case "`uname`" in
 		ECHO_ERROR=:
 		;;
 
-	Linux*)
+	DisableLinux*)
 		IS_ON=/bin/true
 		if test -f /etc/init.d/functions; then
 			. /etc/init.d/functions