diff options
Diffstat (limited to 'pcr/openrc-base/cronie-1.3-initd')
-rw-r--r-- | pcr/openrc-base/cronie-1.3-initd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/openrc-base/cronie-1.3-initd b/pcr/openrc-base/cronie-1.3-initd deleted file mode 100644 index 138530f5e..000000000 --- a/pcr/openrc-base/cronie-1.3-initd +++ /dev/null @@ -1,14 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/files/cronie-1.3-initd,v 1.3 2014/03/04 00:17:58 polynomial-c Exp $ - -command="/usr/sbin/crond" -command_args="${CRONDARGS}" -pidfile="/var/run/crond.pid" - -depend() { - use clock logger - need localmount - provide cron -} |