fix ppp related bug in the network scripts
[openwrt.git] / package / base-files / default / etc / init.d / S60cron
index 6647fe1..6df9b7d 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
-[ -d /etc/crontabs ] && {
-       mkdir -p /var/spool/cron
-       crond -c /etc/crontabs
-}
+# Copyright (C) 2006 OpenWrt.org
+
+mkdir -p /var/spool/cron
+ln -s /etc/crontabs /var/spool/cron/crontabs
+crond -c /etc/crontabs
This page took 0.027338 seconds and 4 git commands to generate.