1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00

hopefully last fix for S60cron

SVN-Revision: 2812
This commit is contained in:
Oliver Ertl 2006-01-02 20:21:33 +00:00
parent 13238256d1
commit 39701f3264

@ -1,8 +1,6 @@
#!/bin/sh
[ -d /etc/crontabs ] || mkdir -p /etc/crontabs
[ -e /var/spool/cron/crontabs ] && {
mkdir -p /var/spool/cron
ln -s /etc/crontabs /var/spool/cron
}
crond -c /etc/crontabs
[ -e /var/spool/cron/crontabs ] || {
mkdir -p /var/spool/cron
ln -s /etc/crontabs /var/spool/cron/crontabs
} && crond -c /etc/crontabs