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 | 8748022e6c6b08736474e6b87ffe3dccaf5a6dbc (patch) | |
tree | 6b66e80940b3b001f5e214dc234d9e4c028b7b15 /sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild | |
parent | hardware abstraction is for wussies (diff) | |
download | historical-8748022e6c6b08736474e6b87ffe3dccaf5a6dbc.tar.gz historical-8748022e6c6b08736474e6b87ffe3dccaf5a6dbc.tar.bz2 historical-8748022e6c6b08736474e6b87ffe3dccaf5a6dbc.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-r3.ebuild')
-rw-r--r-- | sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild b/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild index 1e34fb3bc53f..188159e9a705 100644 --- a/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild +++ b/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.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-r3.ebuild,v 1.9 2004/06/24 22:32:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild,v 1.10 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 use selinux && epatch ${FILESDIR}/${SELINUX_PATCH} |