diff options
author | 2005-02-15 14:04:21 +0000 | |
---|---|---|
committer | 2005-02-15 14:04:21 +0000 | |
commit | 128b319c5f5869085ac77b0e62ccc8209ba9c42b (patch) | |
tree | 95cd1c527bda180b04e45d477086fee521cc2138 /sys-apps | |
parent | Stable on sparc (diff) | |
download | historical-128b319c5f5869085ac77b0e62ccc8209ba9c42b.tar.gz historical-128b319c5f5869085ac77b0e62ccc8209ba9c42b.tar.bz2 historical-128b319c5f5869085ac77b0e62ccc8209ba9c42b.zip |
Fix dopamd invocation since the semantics were changed.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fcron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/fcron/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/fcron/fcron-2.9.5.1-r2.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/vixie-cron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/vixie-cron/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/vixie-cron/vixie-cron-4.1-r5.ebuild | 8 |
6 files changed, 19 insertions, 35 deletions
diff --git a/sys-apps/fcron/ChangeLog b/sys-apps/fcron/ChangeLog index c9b2a9e46040..79ca12929e06 100644 --- a/sys-apps/fcron/ChangeLog +++ b/sys-apps/fcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/fcron # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.45 2005/01/24 00:19:42 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.46 2005/02/15 14:04:21 ka0ttic Exp $ + + 15 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> fcron-2.9.5.1-r2.ebuild: + Fix dopamd invocation since the semantics were changed. 23 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> fcron-2.9.5.1-r2.ebuild: Actually fix bug 78726 this time. diff --git a/sys-apps/fcron/Manifest b/sys-apps/fcron/Manifest index fff1a4cc275d..b0a13587fcc0 100644 --- a/sys-apps/fcron/Manifest +++ b/sys-apps/fcron/Manifest @@ -1,10 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b3c8eab7210d9ac3865067864d0448aa fcron-2.9.5.1-r2.ebuild 2906 +MD5 1bf141c65c0c569cf20e4e0ef8ea73e2 fcron-2.9.5.1-r2.ebuild 2883 MD5 ca42c765bc8fa7b0779424acc59d877d fcron-2.0.2.ebuild 3052 MD5 f27d23d740050ab714fc1c315d9ae0e4 fcron-2.9.5.1.ebuild 3452 -MD5 f5d309e1316a06032caad07021864e57 ChangeLog 7152 +MD5 6599ad9e4a15394d5aa47e40dc24a4bb ChangeLog 7285 MD5 bd1deeb53b2b8e05397238a5479c74cc metadata.xml 251 MD5 52572ff759db2d68e16f8cbc46fc6cd9 files/crontab 833 MD5 7e9a6dd8e9a4e482d7b6bf33d1f9881b files/fcron.conf 747 @@ -18,10 +15,3 @@ MD5 f659349d3f24fa1b57684af8f495efe6 files/fcrontab.pam 506 MD5 42d8a93754df65def4a3746bbc68e494 files/digest-fcron-2.9.5.1 69 MD5 583200a8686cf8bdd59e970ad8a55d21 files/fcron.conf-2.9.5.1 800 MD5 42d8a93754df65def4a3746bbc68e494 files/digest-fcron-2.9.5.1-r2 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB9D8pEZCkKN40op4RAnG6AJ9Oapj9DAWbpEC6R2Qs9m5tJjqfrwCfd6ja -oyQqsOHHhl3jz54K5TNPgKU= -=8vSc ------END PGP SIGNATURE----- diff --git a/sys-apps/fcron/fcron-2.9.5.1-r2.ebuild b/sys-apps/fcron/fcron-2.9.5.1-r2.ebuild index 7a6b568b3349..67f464d8c875 100644 --- a/sys-apps/fcron/fcron-2.9.5.1-r2.ebuild +++ b/sys-apps/fcron/fcron-2.9.5.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.9.5.1-r2.ebuild,v 1.2 2005/01/24 00:19:42 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.9.5.1-r2.ebuild,v 1.3 2005/02/15 14:04:21 ka0ttic Exp $ inherit cron @@ -81,10 +81,8 @@ src_install() { doins ${FILESDIR}/fcron.{allow,deny} newins ${FILESDIR}/fcron.conf-${PV} fcron.conf - if use pam ; then - dopamd ${FILESDIR}/fcron.pam fcron - dopamd ${FILESDIR}/fcrontab.pam fcrontab - fi + newpamd ${FILESDIR}/fcron.pam fcron + newpamd ${FILESDIR}/fcrontab.pam fcrontab insinto /etc doins ${FILESDIR}/crontab diff --git a/sys-apps/vixie-cron/ChangeLog b/sys-apps/vixie-cron/ChangeLog index c6b00ae4acdf..0b2290f41ae0 100644 --- a/sys-apps/vixie-cron/ChangeLog +++ b/sys-apps/vixie-cron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/vixie-cron # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/ChangeLog,v 1.54 2005/02/05 20:51:21 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/ChangeLog,v 1.55 2005/02/15 14:04:00 ka0ttic Exp $ + + 15 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> vixie-cron-4.1-r5.ebuild: + Fix dopamd invocation since the semantics were changed. 05 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> -vixie-cron-3.0.1-r1.ebuild, -vixie-cron-3.0.1-r3.ebuild, diff --git a/sys-apps/vixie-cron/Manifest b/sys-apps/vixie-cron/Manifest index 61bf7ac4c793..3de5e29fcefc 100644 --- a/sys-apps/vixie-cron/Manifest +++ b/sys-apps/vixie-cron/Manifest @@ -1,11 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 1985d806ba1556d197f4054765b6006e vixie-cron-3.0.1-r4.ebuild 2019 -MD5 81048a4b18fee963919e309e1b5b0967 vixie-cron-4.1-r5.ebuild 2632 +MD5 10d16c88f12e64f4b2285d83a23c6d29 vixie-cron-4.1-r5.ebuild 2626 MD5 79a935a3e530efe990cab92963df8191 vixie-cron-4.1-r4.ebuild 3290 MD5 10e6e5c36bab78f2ad1c22adb26c4931 vixie-cron-3.0.1-r5.ebuild 2202 -MD5 a214e16ea985514317dcd0af517ef40a ChangeLog 12083 +MD5 a694a429a8f93d70469acfdfb44610e3 ChangeLog 12217 MD5 0fcc78652b11c683f3fe76d614934379 metadata.xml 288 MD5 8692002451e69ee31d667eb2d0dc904d files/vixie-cron-4.1-cron.deny 220 MD5 90b7dda2ca0ecdd2f4dcd9764eaa2358 files/crontab-3.0.1-r4 617 @@ -23,10 +20,3 @@ MD5 cec7bf697ed66fa43aedb973b2ad5362 files/vixie-cron-3.0.1-pam.patch 1854 MD5 b806ca293a6934a3965a063ec2fe0381 files/digest-vixie-cron-4.1-r4 143 MD5 b806ca293a6934a3965a063ec2fe0381 files/digest-vixie-cron-4.1-r5 143 MD5 1915f29deae7e87c569877f1dbbbec67 files/vixie-cron-3.0.1-selinux.diff.bz2 1853 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCBTHREZCkKN40op4RAr6OAJ0fXq+MayfQjfeHCVErXSeUBZnYSwCggOwX -jzKfF0PvP8ty+OSOMtuVHgY= -=80XN ------END PGP SIGNATURE----- diff --git a/sys-apps/vixie-cron/vixie-cron-4.1-r5.ebuild b/sys-apps/vixie-cron/vixie-cron-4.1-r5.ebuild index 3e6dc33aa79f..17b8856f850b 100644 --- a/sys-apps/vixie-cron/vixie-cron-4.1-r5.ebuild +++ b/sys-apps/vixie-cron/vixie-cron-4.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r5.ebuild,v 1.1 2005/01/15 12:42:14 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-4.1-r5.ebuild,v 1.2 2005/02/15 14:04:00 ka0ttic Exp $ inherit cron toolchain-funcs debug @@ -64,7 +64,7 @@ src_install() { newins ${FILESDIR}/${P}-cron.deny cron.deny keepdir /etc/cron.d - use pam && dopamd ${FILESDIR}/cron.pam.d cron + newpamd ${FILESDIR}/cron.pam.d cron newinitd ${FILESDIR}/vixie-cron.rc6 vixie-cron # doc stuff @@ -74,7 +74,7 @@ src_install() { } pkg_postinst() { - if [ -f ${ROOT}/etc/init.d/vcron ] + if [[ -f ${ROOT}/etc/init.d/vcron ]] then ewarn "Please run:" ewarn "rc-update del vcron" @@ -82,7 +82,7 @@ pkg_postinst() { fi # bug 71326 - if [ -u ${ROOT}/etc/pam.d/cron ] ; then + if [[ -u ${ROOT}/etc/pam.d/cron ]] ; then echo ewarn "Warning: previous ebuilds didn't reset permissions prior" ewarn "to installing crontab, resulting in /etc/pam.d/cron being" |