diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-10 10:38:53 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-10 10:38:53 +0000 |
commit | b2f43424402231050937792fb8b78d0184643a98 (patch) | |
tree | b44bd6416313506df775fe7159532070bdef006d /package/busybox/files/cron | |
parent | 38a2e4b392ba32048ba7da823a18150910792044 (diff) |
START/STOP values must be specified in the init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7164 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |