diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-04-19 20:09:58 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-04-19 20:09:58 +0000 |
commit | 867e8225c32e656e6e6311b6ec47947f92edd0bb (patch) | |
tree | fc94782a447b1037b5eb130e4724ca5e9f7f0680 /sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-867e8225c32e656e6e6311b6ec47947f92edd0bb.tar.gz gentoo-2-867e8225c32e656e6e6311b6ec47947f92edd0bb.tar.bz2 gentoo-2-867e8225c32e656e6e6311b6ec47947f92edd0bb.zip |
Manpage update from ciaranm, bug 42176
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 | 3 |
1 files changed, 2 insertions, 1 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 51776d2aefc6..d3fcca069506 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 Technologies, Inc. # 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.10 2004/03/29 21:28:19 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r4.ebuild,v 1.11 2004/04/19 20:09:58 avenj Exp $ inherit eutils @@ -35,6 +35,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-gentoo.patch epatch ${FILESDIR}/${P}-close_stdin.diff + epatch ${FILESDIR}/crontab.5.diff use selinux && epatch ${FILESDIR}/${SELINUX_PATCH} |