Changeset 4193

Show
Ignore:
Timestamp:
01/30/09 17:05:44 (4 years ago)
Author:
jow
Message:

Merge r4192

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.8/modules/freifunk/root/etc/init.d/freifunk

    r4146 r4193  
    1010    } 
    1111 
     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 
    1216    [ -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    } 
    1322}