Bug#380080: [pkg-lighttpd] Bug#380080: workaround

2006-10-17 Thread Krzysztof Krzyzaniak
Pierre Habouzit wrote: > tag 380080 + patch > thanks > > I use that simple test in the 'reload' part of the script: > > while pidof lighttpd | grep -q `cat $PIDFILE`; do sleep 1; done > > betwwen the stop and start call. that's quite simple, and works like a > charm for a month right now. >

Bug#380080: workaround

2006-10-15 Thread Pierre Habouzit
tag 380080 + patch thanks I use that simple test in the 'reload' part of the script: while pidof lighttpd | grep -q `cat $PIDFILE`; do sleep 1; done betwwen the stop and start call. that's quite simple, and works like a charm for a month right now. please consider applying that simple work