wok rev 2208

cups: work around init script
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 10 16:53:39 2009 +0100 (2009-02-10)
parents 451844bef4f7
children 5206f65a4f05
files cups/stuff/etc/init.d/cupsd
line diff
     1.1 --- a/cups/stuff/etc/init.d/cupsd	Tue Feb 10 16:45:43 2009 +0100
     1.2 +++ b/cups/stuff/etc/init.d/cupsd	Tue Feb 10 16:53:39 2009 +0100
     1.3 @@ -21,9 +21,7 @@
     1.4  		rm -f $PIDFILE
     1.5  		status
     1.6  		;;
     1.7 -	start|restart)
     1.8 -		killall -q cupsd
     1.9 -		rm -f $PIDFILE
    1.10 +	start)
    1.11  		echo -n "Starting $DESC: $NAME... "
    1.12  		$DAEMON $OPTIONS
    1.13  		status