projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4093233
)
modules/freifunk: disable gateway test for now due to uci problems
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 31 Jan 2009 04:19:41 +0000
(
04:19
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 31 Jan 2009 04:19:41 +0000
(
04:19
+0000)
modules/freifunk/root/etc/init.d/freifunk
patch
|
blob
|
history
diff --git
a/modules/freifunk/root/etc/init.d/freifunk
b/modules/freifunk/root/etc/init.d/freifunk
index f1b274471cbc86ded68fb2dbe028a69a51d6491e..801dd5bc7455726ea3a19ab26f6a0f0d39a6c73b 100755
(executable)
--- 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 ] && {