Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/vixie-cron/files: vixie-cron.rc7
Date: Sat, 31 Dec 2011 14:58:30
Message-Id: 20111231145821.31ECD2001D@flycatcher.gentoo.org
1 idl0r 11/12/31 14:58:21
2
3 Added: vixie-cron.rc7
4 Log:
5 Revbump, improves the init script, bug 368189.
6
7 (Portage version: 2.1.10.41/cvs/Linux i686, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 sys-process/vixie-cron/files/vixie-cron.rc7
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.rc7?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.rc7?rev=1.1&content-type=text/plain
14
15 Index: vixie-cron.rc7
16 ===================================================================
17 #!/sbin/runscript
18 # Copyright 1999-2011 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.rc7,v 1.1 2011/12/31 14:58:21 idl0r Exp $
21
22 command=/usr/sbin/cron
23 pidfile=/var/run/cron.pid
24
25 depend() {
26 use clock logger
27 need localmount
28 provide cron
29 }