summaryrefslogtreecommitdiffhomepage
path: root/modules/freifunk/root/etc/init.d
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-11 13:48:30 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-11 13:48:30 +0000
commita3c4c0b87b856d602f961344b4a43d8603f9db3c (patch)
tree3a519e0e71ffd434264c84c518be9faa33db23ab /modules/freifunk/root/etc/init.d
parent7aed1e4b9d3d608389a8b15ea800b8e75be967ef (diff)
modules/freifunk: remove custom rc.local handling
Diffstat (limited to 'modules/freifunk/root/etc/init.d')
-rwxr-xr-xmodules/freifunk/root/etc/init.d/freifunk1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk
index 8b280cd51f..273f832856 100755
--- a/modules/freifunk/root/etc/init.d/freifunk
+++ b/modules/freifunk/root/etc/init.d/freifunk
@@ -27,7 +27,6 @@ boot() {
echo "17 * * * * /usr/sbin/ff_mapupdate" >> /etc/crontabs/root
}
- [ -f /etc/rc.local ] && . /etc/rc.local
[ -d /etc/rc.local.d ] && {
for file in /etc/rc.local.d/*; do
test -f "$file" && . "$file"