On Mon, Jul 31, 2006 at 09:43:03PM +0200, Nico Golde wrote:
> I attached a fixed version, please check its signal based.
It works! :)

Just a style-ish note:
please change
 pid=`cat $PIDFILE | sed -e 's/\s.*//'|head -n1`
to
 pid=`cat $PIDFILE | sed -e 's/\s.*//' | head -n1`
(or "-n 1", it's easier to read, imho)

Great work! :)
Riccardo

Attachment: signature.asc
Description: Digital signature

Reply via email to