this patch to wwwoffle init script should fix the bug.
-- 
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Micro$oft random number generator: 0, 0, 0, 4.33e+67, 0, 0, 0...
--- wwwoffle.orig	2008-06-02 12:49:39.000000000 +0200
+++ wwwoffle	2009-05-25 09:43:25.000000000 +0200
@@ -183,7 +183,7 @@
 	    rm -f $TEMPFILE
 	    echo "...can't connect to control socket."
 	    printf "\tTrying to signal daemon process"
-	    if start-stop-daemon --stop  --signal 15 --quiet --exec $DAEMON; then 
+	    if start-stop-daemon --stop  --signal 15 --quiet --oknodo --exec $DAEMON; then 
 	      echo "...done."
 	      exit 0
 	    else 

Reply via email to