diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-09-23 19:25:32 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-09-23 19:25:32 +0000 |
commit | 2b5c41037e2bee817bb0af3065c412a44bdec8c9 (patch) | |
tree | b9594b5f0575f6ef0bce15b5f8cb34af67420a5f /modules/freifunk/root/etc | |
parent | d8e4734b23016cea5c5099f84a7f2ffbab8e6216 (diff) |
modules/freifunk: Remove ff_olsr_test_gw
Diffstat (limited to 'modules/freifunk/root/etc')
-rwxr-xr-x | modules/freifunk/root/etc/init.d/freifunk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk index f5248698a4..ed1364e001 100755 --- a/modules/freifunk/root/etc/init.d/freifunk +++ b/modules/freifunk/root/etc/init.d/freifunk @@ -11,10 +11,6 @@ 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_watchdog' /etc/crontabs/root || { echo "*/5 * * * * /usr/sbin/ff_olsr_watchdog" >> /etc/crontabs/root } |