Hello,

I think this is a problem of init script - it should not fail when wwwoffle
is not running and it was requested to stop it. That is required by debian
policy, section 9.3.2. 

This is the problematic part of init script:

            if start-stop-daemon --stop  --signal 15 --quiet --exec $DAEMON; 
then 
              echo "...done."
              exit 0
            else 
              echo "...failed, daemon was not running."
              exit 1
            fi


it should be imho changed so the not running daemon should not be taken as
error (--oknodo argument to start-stop-daemon), and in such case the error
should not be taken as "not running" but probably "unspecified error"

-- 
Matus UHLAR - fantomas, [email protected] ; 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.
I wonder how much deeper the ocean would be without sponges. 



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to