modules/freifunk: remove custom rc.local handling
[project/luci.git] / modules / freifunk / root / etc / init.d / freifunk
index 8b280cd..273f832 100755 (executable)
@@ -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"