diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-12-31 14:58:21 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-12-31 14:58:21 +0000 |
commit | eb802c5c36cb634ea16ae3d967be93c97fd277c0 (patch) | |
tree | 5ff654f63d20ea2ca467e67a2e442a12ab839012 /sys-process/vixie-cron | |
parent | Add hppa keyword since underlying implementation is now also keyworded. (diff) | |
download | gentoo-2-eb802c5c36cb634ea16ae3d967be93c97fd277c0.tar.gz gentoo-2-eb802c5c36cb634ea16ae3d967be93c97fd277c0.tar.bz2 gentoo-2-eb802c5c36cb634ea16ae3d967be93c97fd277c0.zip |
Revbump, improves the init script, bug 368189.
(Portage version: 2.1.10.41/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'sys-process/vixie-cron')
-rw-r--r-- | sys-process/vixie-cron/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/vixie-cron/files/vixie-cron.rc7 | 13 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-4.1-r12.ebuild (renamed from sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild) | 4 |
3 files changed, 22 insertions, 3 deletions
diff --git a/sys-process/vixie-cron/ChangeLog b/sys-process/vixie-cron/ChangeLog index 50290a483cad..a4d7905304f5 100644 --- a/sys-process/vixie-cron/ChangeLog +++ b/sys-process/vixie-cron/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-process/vixie-cron # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.62 2011/09/20 15:13:51 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.63 2011/12/31 14:58:21 idl0r Exp $ + +*vixie-cron-4.1-r12 (31 Dec 2011) + + 31 Dec 2011; Christian Ruppert <idl0r@gentoo.org> -vixie-cron-4.1-r11.ebuild, + +vixie-cron-4.1-r12.ebuild, +files/vixie-cron.rc7: + Revbump, improves the init script, bug 368189. 20 Sep 2011; Christian Ruppert <idl0r@gentoo.org> files/crontab-3.0.1-r4, files/crontab: 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 +} diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r12.ebuild index 7cc28177ae8e..5fea56c809d0 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r11.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r12.ebuild @@ -1,6 +1,6 @@ # 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/vixie-cron-4.1-r11.ebuild,v 1.4 2011/09/04 17:30:38 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r12.ebuild,v 1.1 2011/12/31 14:58:21 idl0r Exp $ inherit cron toolchain-funcs pam @@ -68,7 +68,7 @@ src_install() { keepdir /etc/cron.d newpamd ${FILESDIR}/pamd.compatible cron - newinitd ${FILESDIR}/vixie-cron.rc6 vixie-cron + newinitd ${FILESDIR}/vixie-cron.rc7 vixie-cron # doc stuff doman crontab.1 crontab.5 cron.8 |