From: Jo-Philipp Wich Date: Sat, 31 Jan 2009 04:20:36 +0000 (+0000) Subject: Merge r4206 X-Git-Tag: 0.8.5~5 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3c6c27f93e9af4f2479468f27108ac2ae8a9074f;p=project%2Fluci.git Merge r4206 --- diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk index f1b274471c..801dd5bc74 100755 --- a/modules/freifunk/root/etc/init.d/freifunk +++ b/modules/freifunk/root/etc/init.d/freifunk @@ -9,9 +9,9 @@ boot() { echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root } - grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || { - echo "* * * * * /usr/sbin/ff_olsr_test_gw" >> /etc/crontabs/root - } +# grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || { +# echo "* * * * * /usr/sbin/ff_olsr_test_gw" >> /etc/crontabs/root +# } [ -f /etc/rc.local ] && . /etc/rc.local [ -d /etc/rc.local.d ] && {