Changeset 4193
- Timestamp:
- 01/30/09 17:05:44 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.8/modules/freifunk/root/etc/init.d/freifunk
r4146 r4193 10 10 } 11 11 12 grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || { 13 echo "* * * * * /usr/sbin/ff_olsr_test_gw" >> /etc/crontabs/root 14 } 15 12 16 [ -f /etc/rc.local ] && . /etc/rc.local 17 [ -d /etc/rc.local.d ] && { 18 for file in /etc/rc.local.d/*; do 19 test -f "$file" && . "$file" 20 done 21 } 13 22 }
