From: Jo-Philipp Wich Date: Sat, 31 Jan 2009 04:19:41 +0000 (+0000) Subject: modules/freifunk: disable gateway test for now due to uci problems X-Git-Tag: 0.9.0~697 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=910ac84a460916f7dba4a536b7cf08402ccd7f02 modules/freifunk: disable gateway test for now due to uci problems --- diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk index f1b274471..801dd5bc7 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 ] && {