On Tue, 11 May 2010 22:04:43 +0200 Dario <[email protected]> wrote:
> hello
> 
> one reason for the missing HUP-signal is that the init-script uses a
> non-existing pid-file in the 'reload' section.
> 
> in "/etc/init.d/havp" the pid-file is defined as:
> 
>       PIDFILE=/var/run/$NAME/$NAME.pid
> 
> but the 'reload' case statement uses '/var/run/$NAME.pid' instead of
> "$PIDFILE"
> 
> -----
>         start-stop-daemon --stop --signal 1 --quiet --pidfile \
>               /var/run/$NAME.pid --exec $DAEMON || true
> -----

This part at least will be fixed in the next upload.


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

Reply via email to