diff options
Diffstat (limited to 'openwrt/package/base-files/default/etc/init.d/S60cron')
-rwxr-xr-x | openwrt/package/base-files/default/etc/init.d/S60cron | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S60cron b/openwrt/package/base-files/default/etc/init.d/S60cron deleted file mode 100755 index 175273426..000000000 --- a/openwrt/package/base-files/default/etc/init.d/S60cron +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -mkdir -p /var/spool/cron -ln -s /etc/crontabs /var/spool/cron/crontabs -crond -c /etc/crontabs |