Changeset 2813
- Timestamp:
- 2006-01-02T21:23:31+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/whiterussian/openwrt/package/base-files/default/etc/init.d/S60cron
r2806 r2813 1 1 #!/bin/sh 2 2 [ -d /etc/crontabs ] || mkdir -p /etc/crontabs 3 [ -e /var/spool/cron/crontabs ] &&{4 5 6 } crond -c /etc/crontabs3 [ -e /var/spool/cron/crontabs ] || { 4 mkdir -p /var/spool/cron 5 ln -s /etc/crontabs /var/spool/cron/crontabs 6 } && crond -c /etc/crontabs
Note: See TracChangeset
for help on using the changeset viewer.