diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-28 00:23:41 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-28 00:23:41 +0000 |
commit | d1f9e56abc9b0e16a70c40fc6ba6e4cfad5ef29b (patch) | |
tree | 2cc2d5cdb9b0dfb04b31b819e516e29bfce2bf97 /sys-apps/vixie-cron | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-d1f9e56abc9b0e16a70c40fc6ba6e4cfad5ef29b.tar.gz gentoo-2-d1f9e56abc9b0e16a70c40fc6ba6e4cfad5ef29b.tar.bz2 gentoo-2-d1f9e56abc9b0e16a70c40fc6ba6e4cfad5ef29b.zip |
workaround the cron.allow/cron.deny issue to provide nice sane defaults
Diffstat (limited to 'sys-apps/vixie-cron')
-rw-r--r-- | sys-apps/vixie-cron/Manifest | 12 | ||||
-rw-r--r-- | sys-apps/vixie-cron/vixie-cron-4.1.ebuild | 5 |
2 files changed, 5 insertions, 12 deletions
diff --git a/sys-apps/vixie-cron/Manifest b/sys-apps/vixie-cron/Manifest index 2acf2b1b5989..7df51a2da4be 100644 --- a/sys-apps/vixie-cron/Manifest +++ b/sys-apps/vixie-cron/Manifest @@ -1,11 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 d10023b4b9a77bfed92e4f98710a0a90 ChangeLog 7128 MD5 141bf296f623dc44f4bfa4d856dc21fa vixie-cron-3.0.1-r1.ebuild 1502 MD5 24476402c35e5f41a226a179e629a6f5 vixie-cron-3.0.1-r5.ebuild 2036 MD5 9b1abcc74121e11f8f1224a43eea3577 vixie-cron-3.0.1-r4.ebuild 1853 -MD5 0dd391f5b8dbd235f0b63525bd205c5b vixie-cron-4.1.ebuild 2006 +MD5 4cc660f59e2ab6689870ea69cd10a113 vixie-cron-4.1.ebuild 2041 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 dd33c1120b51b3d049054c798c20d5fa vixie-cron-3.0.1-r3.ebuild 1748 MD5 041d9eec86f3869f6613b876ada841a1 files/digest-vixie-cron-3.0.1-r1 144 @@ -23,10 +20,3 @@ MD5 041d9eec86f3869f6613b876ada841a1 files/digest-vixie-cron-3.0.1-r4 144 MD5 cec7bf697ed66fa43aedb973b2ad5362 files/vixie-cron-3.0.1-pam.patch 1854 MD5 90b7dda2ca0ecdd2f4dcd9764eaa2358 files/crontab-3.0.1-r4 617 MD5 f9c762005dc744193babe199ba3fb297 files/crontab 604 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBL7wNLLFUmVNQ7rkRAjwgAKDF21DiKYsH/OcDg0Tv9En4A+Y//QCgqetE -0UcQjIt1ZO84NFyNnpNkJu4= -=+1FW ------END PGP SIGNATURE----- diff --git a/sys-apps/vixie-cron/vixie-cron-4.1.ebuild b/sys-apps/vixie-cron/vixie-cron-4.1.ebuild index 03e78e651c2a..3a7f4efaca3e 100644 --- a/sys-apps/vixie-cron/vixie-cron-4.1.ebuild +++ b/sys-apps/vixie-cron/vixie-cron-4.1.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-4.1.ebuild,v 1.3 2004/08/27 22:59:00 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-4.1.ebuild,v 1.4 2004/08/28 00:23:41 ciaranm Exp $ inherit eutils @@ -68,6 +68,9 @@ src_install() { insopts -o root -g root -m 0644 newins ${FILESDIR}/crontab-3.0.1-r4 crontab + touch cron.deny + doins cron.deny + dodoc ${FILESDIR}/crontab insinto /usr/sbin |