wok rev 13481

busybox: use slitaz-base httphelper.sh
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 11 13:43:57 2012 +0200 (2012-10-11)
parents 55ca23a7ba5a
children 0a0f987caefe
files busybox/receipt cups/stuff/etc/init.d/cupsd
line diff
     1.1 --- a/busybox/receipt	Thu Oct 11 10:29:44 2012 +0200
     1.2 +++ b/busybox/receipt	Thu Oct 11 13:43:57 2012 +0200
     1.3 @@ -127,8 +127,7 @@
     1.4      chmod +x $fs/usr/share/udhcpc/default.script
     1.5  
     1.6      # Httpd stuff.
     1.7 -    cp $stuff/httpd_helper.sh $fs/usr/bin
     1.8 -    chmod +x $fs/usr/bin/httpd_helper.sh
     1.9 +    ln -s /usr/lib/slitaz/httphelper.sh $fs/usr/bin/httpd_helper.sh
    1.10      cp -a $stuff/www $fs/var
    1.11  }
    1.12  
     2.1 --- a/cups/stuff/etc/init.d/cupsd	Thu Oct 11 10:29:44 2012 +0200
     2.2 +++ b/cups/stuff/etc/init.d/cupsd	Thu Oct 11 13:43:57 2012 +0200
     2.3 @@ -18,6 +18,7 @@
     2.4  	stop)
     2.5  		echo -n "Stopping $DESC: $NAME... "
     2.6  		killall -q cupsd
     2.7 +		sleep 2
     2.8  		rm -f $PIDFILE
     2.9  		status
    2.10  		;;