luci-0.8: merge r4532

This commit is contained in:
Jo-Philipp Wich 2009-05-16 17:30:35 +00:00
parent 0ff2553ea2
commit 73ebad06da

View file

@ -30,4 +30,10 @@ start()
stop()
{
start-stop-daemon -q -p $PID -x $BIN -K
if ! /etc/init.d/freifunk-watchdog enabled; then
if grep -q "$BIN" /etc/crontabs/root 2>/dev/null; then
sed -i -e "\\'$BIN'd" /etc/crontabs/root
fi
fi
}