diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-10 20:13:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-10 20:13:32 +0000 |
commit | ab4b98db80babf31f87a3a0848ae91d7a01237da (patch) | |
tree | 1c7b92c2721068742e5a79cf45207a39a9a35c82 /init.d/cron | |
parent | 33911b6a7820d6bfb1c1cd72c74c5133097d9751 (diff) | |
download | alpine-baselayout-ab4b98db80babf31f87a3a0848ae91d7a01237da.tar.bz2 alpine-baselayout-ab4b98db80babf31f87a3a0848ae91d7a01237da.tar.xz |
removed init.d scripts that moved to busybox-initscripts
Diffstat (limited to 'init.d/cron')
-rwxr-xr-x | init.d/cron | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/init.d/cron b/init.d/cron deleted file mode 100755 index 280035e..0000000 --- a/init.d/cron +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/runscript - -start() { - ebegin "Starting cron" - crond $CRON_OPTS - eend $? -} - -stop () { - ebegin "Stopping cron" - killall crond - eend $? -} |