luci-0.8: merge r4463

This commit is contained in:
Jo-Philipp Wich 2009-05-01 14:17:03 +00:00
parent b87c0f469d
commit c213621fd7

View file

@ -5,6 +5,8 @@
START=99 START=99
boot() { boot() {
test -f /etc/crontabs/root || touch /etc/crontabs/root
grep -q 'killall -HUP dnsmasq' /etc/crontabs/root || { grep -q 'killall -HUP dnsmasq' /etc/crontabs/root || {
echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root
} }