wok diff cups/stuff/etc/init.d/cupsd @ rev 5849

xfce4-panel: Fix config and clean receipt.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 16 16:12:00 2010 +0200 (2010-07-16)
parents 2d810185f0ce
children c840214a83b8
line diff
     1.1 --- a/cups/stuff/etc/init.d/cupsd	Tue Feb 10 16:37:43 2009 +0100
     1.2 +++ b/cups/stuff/etc/init.d/cupsd	Fri Jul 16 16:12:00 2010 +0200
     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