Changeset 2037

Show
Ignore:
Timestamp:
02/17/07 16:55:03 (5 years ago)
Author:
wbx
Message:

fix startup script restart, thx Matthias Heinz

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/package/busybox/files/crond.init

    r1009 r2037  
    1010start) 
    1111        mkdir -p /var/spool/cron 
    12         ln -s /etc/crontabs /var/spool/cron/crontabs 
     12        ln -sf /etc/crontabs /var/spool/cron/crontabs 
    1313        crond -c /etc/crontabs 
    1414        ;; 
  • trunk/freewrt/package/busybox/files/crond.init

    r1090 r2037  
    1010start) 
    1111        mkdir -p /var/spool/cron 
    12         ln -s /etc/crontabs /var/spool/cron/crontabs 
     12        ln -sf /etc/crontabs /var/spool/cron/crontabs 
    1313        crond -c /etc/crontabs 
    1414        ;;