Changeset 7554

Show
Ignore:
Timestamp:
09/24/11 21:18:27 (20 months ago)
Author:
soma
Message:

modules/freifunk: Remove old ff_mapupdate script

Location:
luci/trunk/modules/freifunk/root
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/freifunk/root/etc/init.d/freifunk

    r7538 r7554  
    2020    } 
    2121 
    22     grep -q '/usr/sbin/ff_mapupdate' /etc/crontabs/root || { 
    23         echo "17 * * * *    /usr/sbin/ff_mapupdate" >> /etc/crontabs/root 
    24     } 
    25  
    2622    [ -d /etc/rc.local.d ] && { 
    2723        for file in /etc/rc.local.d/*; do