luci-0.9: merge r5528

This commit is contained in:
Jo-Philipp Wich 2009-11-11 13:49:13 +00:00
parent 7e68834bf4
commit 4fa5b90a4d
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