diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-17 21:04:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-17 21:04:23 +0000 |
commit | 4c4c77b9327fcdc4016d3acd6334e3f9badf9614 (patch) | |
tree | 06ad1c96ba36f512eeba2d02c8e1977c7995afa0 /sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild | |
parent | hardware abstraction is for wussies (Manifest recommit) (diff) | |
download | gentoo-2-4c4c77b9327fcdc4016d3acd6334e3f9badf9614.tar.gz gentoo-2-4c4c77b9327fcdc4016d3acd6334e3f9badf9614.tar.bz2 gentoo-2-4c4c77b9327fcdc4016d3acd6334e3f9badf9614.zip |
Revision bump. Added support for the pam USE flag, to allow cronjobs to be restricted by the limits set via /etc/security/limits.conf. Moved large patch from files/ to mirrors.
Diffstat (limited to 'sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild')
-rw-r--r-- | sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild b/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild index cb1d7de75f3d..680eae2df168 100644 --- a/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild +++ b/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild,v 1.15 2004/06/24 22:32:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild,v 1.16 2004/08/17 21:04:23 swegener Exp $ inherit eutils @@ -10,7 +10,8 @@ SELINUX_PATCH="${P}-selinux.diff.bz2" DESCRIPTION="The Vixie cron daemon" HOMEPAGE="http://www.vix.com/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + mirror://gentoo/${P}-gentoo.patch.bz2" SLOT="0" LICENSE="as-is" @@ -32,7 +33,7 @@ src_unpack() { cd ${S} - epatch ${FILESDIR}/${P}-gentoo.patch + epatch ${WORKDIR}/${P}-gentoo.patch epatch ${FILESDIR}/${P}-close_stdin.diff epatch ${FILESDIR}/crontab.5.diff |