summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-08-28 00:23:41 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-08-28 00:23:41 +0000
commitc4ecebd9ae4bf6984f4a0c052994c1c1ca970154 (patch)
tree26f5d144f56baf7fb0d52f4be660e9e99f22b65e /sys-apps
parent~amd64 (diff)
downloadhistorical-c4ecebd9ae4bf6984f4a0c052994c1c1ca970154.tar.gz
historical-c4ecebd9ae4bf6984f4a0c052994c1c1ca970154.tar.bz2
historical-c4ecebd9ae4bf6984f4a0c052994c1c1ca970154.zip
workaround the cron.allow/cron.deny issue to provide nice sane defaults
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/vixie-cron/Manifest8
-rw-r--r--sys-apps/vixie-cron/vixie-cron-4.1.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/vixie-cron/Manifest b/sys-apps/vixie-cron/Manifest
index 2acf2b1b5989..445e1e01332f 100644
--- a/sys-apps/vixie-cron/Manifest
+++ b/sys-apps/vixie-cron/Manifest
@@ -5,7 +5,7 @@ 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 de4fb5f20e7aa5f70db8525654da2ec6 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
@@ -26,7 +26,7 @@ MD5 f9c762005dc744193babe199ba3fb297 files/crontab 604
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
-iD8DBQFBL7wNLLFUmVNQ7rkRAjwgAKDF21DiKYsH/OcDg0Tv9En4A+Y//QCgqetE
-0UcQjIt1ZO84NFyNnpNkJu4=
-=+1FW
+iD8DBQFBL8/mLLFUmVNQ7rkRAughAJ0SlTOEgCxG+ifGIIhj20iJJ83+VwCcCzw3
+igqPqcTMSLyafAKfOgJh+1Y=
+=wV0E
-----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