diff options
author | Mike Baker <mbm@openwrt.org> | 2007-05-10 10:38:53 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2007-05-10 10:38:53 +0000 |
commit | bef40307bb2843b303b80d82b80a0b4b89f90878 (patch) | |
tree | ea4453cc1bfb26d193e9e5df08fa0cba48c52d1d /package/busybox/files/cron | |
parent | 291420a8f3552a1b48af4fc7418e5ca15c9ece3d (diff) | |
download | upstream-bef40307bb2843b303b80d82b80a0b4b89f90878.tar.gz upstream-bef40307bb2843b303b80d82b80a0b4b89f90878.tar.bz2 upstream-bef40307bb2843b303b80d82b80a0b4b89f90878.zip |
START/STOP values must be specified in the init script
SVN-Revision: 7164
Diffstat (limited to 'package/busybox/files/cron')
-rwxr-xr-x | package/busybox/files/cron | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/files/cron b/package/busybox/files/cron index e78d02332c..cf0f725d3e 100755 --- a/package/busybox/files/cron +++ b/package/busybox/files/cron @@ -1,5 +1,6 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org +START=50 start () { mkdir -p /var/spool/cron |