From eb802c5c36cb634ea16ae3d967be93c97fd277c0 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sat, 31 Dec 2011 14:58:21 +0000 Subject: Revbump, improves the init script, bug 368189. (Portage version: 2.1.10.41/cvs/Linux i686, RepoMan options: --force) --- sys-process/vixie-cron/files/vixie-cron.rc7 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sys-process/vixie-cron/files/vixie-cron.rc7 (limited to 'sys-process/vixie-cron/files') diff --git a/sys-process/vixie-cron/files/vixie-cron.rc7 b/sys-process/vixie-cron/files/vixie-cron.rc7 new file mode 100644 index 000000000000..ec247eb45398 --- /dev/null +++ b/sys-process/vixie-cron/files/vixie-cron.rc7 @@ -0,0 +1,13 @@ +#!/sbin/runscript +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.rc7,v 1.1 2011/12/31 14:58:21 idl0r Exp $ + +command=/usr/sbin/cron +pidfile=/var/run/cron.pid + +depend() { + use clock logger + need localmount + provide cron +} -- cgit v1.2.3-65-gdbad