Changeset 2037
- Timestamp:
- 02/17/07 16:55:03 (5 years ago)
- Files:
-
- branches/freewrt_1_0/package/busybox/files/crond.init (modified) (1 diff)
- trunk/freewrt/package/busybox/files/crond.init (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/freewrt_1_0/package/busybox/files/crond.init
r1009 r2037 10 10 start) 11 11 mkdir -p /var/spool/cron 12 ln -s /etc/crontabs /var/spool/cron/crontabs12 ln -sf /etc/crontabs /var/spool/cron/crontabs 13 13 crond -c /etc/crontabs 14 14 ;; trunk/freewrt/package/busybox/files/crond.init
r1090 r2037 10 10 start) 11 11 mkdir -p /var/spool/cron 12 ln -s /etc/crontabs /var/spool/cron/crontabs12 ln -sf /etc/crontabs /var/spool/cron/crontabs 13 13 crond -c /etc/crontabs 14 14 ;;


