From 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Jul 2009 18:24:11 +0000 Subject: move core/* to main/ added maintainer to several packages as well --- core/busybox-initscripts/cron.initd | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 core/busybox-initscripts/cron.initd (limited to 'core/busybox-initscripts/cron.initd') diff --git a/core/busybox-initscripts/cron.initd b/core/busybox-initscripts/cron.initd deleted file mode 100644 index ffae38b806..0000000000 --- a/core/busybox-initscripts/cron.initd +++ /dev/null @@ -1,14 +0,0 @@ -#!/sbin/runscript - -start() { - ebegin "Starting busybox cron" - start-stop-daemon --start --exec /usr/sbin/crond -- $CRON_OPTS - eend $? -} - -stop () { - ebegin "Stopping busybox cron" - start-stop-daemon --stop --exec crond - eend $? -} - -- cgit v1.2.3