Changeset 7554
- Timestamp:
- 09/24/11 21:18:27 (20 months ago)
- Location:
- luci/trunk/modules/freifunk/root
- Files:
-
- 1 removed
- 1 modified
-
etc/init.d/freifunk (modified) (1 diff)
-
usr/sbin/ff_mapupdate (deleted)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/modules/freifunk/root/etc/init.d/freifunk
r7538 r7554 20 20 } 21 21 22 grep -q '/usr/sbin/ff_mapupdate' /etc/crontabs/root || {23 echo "17 * * * * /usr/sbin/ff_mapupdate" >> /etc/crontabs/root24 }25 26 22 [ -d /etc/rc.local.d ] && { 27 23 for file in /etc/rc.local.d/*; do
