# HG changeset patch # User Pascal Bellard # Date 1349955837 -7200 # Node ID bd8f0920268099c7da077b17dfdc9680726dd909 # Parent 55ca23a7ba5afc73b561cb361527cd40a3fe1180 busybox: use slitaz-base httphelper.sh diff -r 55ca23a7ba5a -r bd8f09202680 busybox/receipt --- a/busybox/receipt Thu Oct 11 10:29:44 2012 +0200 +++ b/busybox/receipt Thu Oct 11 13:43:57 2012 +0200 @@ -127,8 +127,7 @@ chmod +x $fs/usr/share/udhcpc/default.script # Httpd stuff. - cp $stuff/httpd_helper.sh $fs/usr/bin - chmod +x $fs/usr/bin/httpd_helper.sh + ln -s /usr/lib/slitaz/httphelper.sh $fs/usr/bin/httpd_helper.sh cp -a $stuff/www $fs/var } diff -r 55ca23a7ba5a -r bd8f09202680 cups/stuff/etc/init.d/cupsd --- a/cups/stuff/etc/init.d/cupsd Thu Oct 11 10:29:44 2012 +0200 +++ b/cups/stuff/etc/init.d/cupsd Thu Oct 11 13:43:57 2012 +0200 @@ -18,6 +18,7 @@ stop) echo -n "Stopping $DESC: $NAME... " killall -q cupsd + sleep 2 rm -f $PIDFILE status ;;