modules/freifunk: remove custom rc.local handling

This commit is contained in:
Jo-Philipp Wich 2009-11-11 13:48:30 +00:00
parent 7aed1e4b9d
commit a3c4c0b87b
2 changed files with 0 additions and 3 deletions

View file

@ -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"

View file

@ -1,2 +0,0 @@
# /etc/rc.local
# Only executed on boot, put your custom startup commands here