From: Jo-Philipp Wich Date: Wed, 11 Nov 2009 13:49:13 +0000 (+0000) Subject: luci-0.9: merge r5528 X-Git-Tag: 0.9.0~108 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4fa5b90a4d34e226e77f2b85a48cdf4079c7d909;p=oweals%2Fluci.git luci-0.9: merge r5528 --- diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk index 8b280cd51..273f83285 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" diff --git a/modules/freifunk/root/etc/rc.local b/modules/freifunk/root/etc/rc.local deleted file mode 100644 index 58e44e47a..000000000 --- a/modules/freifunk/root/etc/rc.local +++ /dev/null @@ -1,2 +0,0 @@ -# /etc/rc.local -# Only executed on boot, put your custom startup commands here