From cee3e2dc567f9df82ce9d665e27590c740e0a7f3 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 28 Apr 2007 17:49:28 +0000 Subject: [PATCH] Fix *initd, *confd and *envd calls (#173884, #174266) Package-Manager: portage-2.1.2.5 --- app-laptop/fnfx/ChangeLog | 5 ++++- app-laptop/fnfx/fnfx-0.3.ebuild | 5 ++--- app-laptop/pbbuttonsd/ChangeLog | 7 ++++++- app-laptop/pbbuttonsd/pbbuttonsd-0.6.6.ebuild | 5 ++--- app-laptop/pbbuttonsd/pbbuttonsd-0.7.4.ebuild | 5 ++--- app-laptop/pbbuttonsd/pbbuttonsd-0.7.8.ebuild | 5 ++--- app-laptop/pbbuttonsd/pbbuttonsd-0.7.9.ebuild | 5 ++--- app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild | 5 ++--- app-laptop/smcinit/ChangeLog | 7 +++++-- app-laptop/smcinit/smcinit-0.4.ebuild | 10 ++++------ app-laptop/tpctl/ChangeLog | 6 +++++- app-laptop/tpctl/tpctl-3.2.ebuild | 7 +++---- app-laptop/tpctl/tpctl-4.2.ebuild | 7 +++---- app-laptop/tpctl/tpctl-4.4-r1.ebuild | 7 +++---- app-laptop/tpctl/tpctl-4.4.ebuild | 7 +++---- app-laptop/tpctl/tpctl-4.8.ebuild | 7 +++---- 16 files changed, 51 insertions(+), 49 deletions(-) diff --git a/app-laptop/fnfx/ChangeLog b/app-laptop/fnfx/ChangeLog index 1b810d7c017c..2faf591953f4 100644 --- a/app-laptop/fnfx/ChangeLog +++ b/app-laptop/fnfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/fnfx # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/fnfx/ChangeLog,v 1.4 2007/01/23 16:12:58 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/fnfx/ChangeLog,v 1.5 2007/04/28 17:48:39 swegener Exp $ + + 28 Apr 2007; Sven Wegener fnfx-0.3.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 23 Jan 2007; Marius Mauch fnfx-0.3.ebuild: Replacing einfo with elog diff --git a/app-laptop/fnfx/fnfx-0.3.ebuild b/app-laptop/fnfx/fnfx-0.3.ebuild index e3b884eb6255..5b113fd422a7 100644 --- a/app-laptop/fnfx/fnfx-0.3.ebuild +++ b/app-laptop/fnfx/fnfx-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/fnfx/fnfx-0.3.ebuild,v 1.3 2007/01/23 16:12:58 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/fnfx/fnfx-0.3.ebuild,v 1.4 2007/04/28 17:48:39 swegener Exp $ DESCRIPTION="Daemon and client allowing use of Toshiba special keys" HOMEPAGE="http://fnfx.sourceforge.net/" @@ -14,8 +14,7 @@ IUSE="" src_install() { make install DESTDIR=${D} || die "make install failed" - exeinto /etc/init.d - newexe ${FILESDIR}/fnfxd fnfxd + newinitd ${FILESDIR}/fnfxd fnfxd dodoc AUTHORS README ChangeLog } diff --git a/app-laptop/pbbuttonsd/ChangeLog b/app-laptop/pbbuttonsd/ChangeLog index 9f0d9a7f379c..50bb82870864 100644 --- a/app-laptop/pbbuttonsd/ChangeLog +++ b/app-laptop/pbbuttonsd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-laptop/pbbuttonsd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.64 2007/04/22 10:40:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.65 2007/04/28 17:48:55 swegener Exp $ + + 28 Apr 2007; Sven Wegener pbbuttonsd-0.6.6.ebuild, + pbbuttonsd-0.7.4.ebuild, pbbuttonsd-0.7.8.ebuild, pbbuttonsd-0.7.9.ebuild, + pbbuttonsd-0.8.0.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 22 Apr 2007; Markus Rothe pbbuttonsd-0.8.0.ebuild: Stable on ppc64 diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.6.6.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.6.6.ebuild index 8b5139bbbc0e..ec1bc9b4a3b8 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.6.6.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.6.6.ebuild,v 1.8 2007/01/23 16:19:30 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.6.6.ebuild,v 1.9 2007/04/28 17:48:55 swegener Exp $ inherit eutils @@ -30,8 +30,7 @@ src_compile() { src_install() { dodir /etc/power make DESTDIR=${D} install || die "failed to install" - exeinto /etc/init.d - newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd + newinitd ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd dodoc README } diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.4.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.4.ebuild index c7941a9b2f40..2af514bdd7e3 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.4.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.4.ebuild,v 1.7 2007/01/23 16:19:30 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.4.ebuild,v 1.8 2007/04/28 17:48:55 swegener Exp $ inherit eutils flag-o-matic @@ -50,8 +50,7 @@ src_compile() { src_install() { dodir /etc/power make DESTDIR=${D} install || die "failed to install" - exeinto /etc/init.d - newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd + newinitd ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd dodoc README } diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.8.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.8.ebuild index 875863609b73..f2db6ef49820 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.8.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.8.ebuild,v 1.4 2007/01/23 16:19:30 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.8.ebuild,v 1.5 2007/04/28 17:48:55 swegener Exp $ inherit eutils flag-o-matic @@ -54,8 +54,7 @@ src_install() { dodir /etc/power use ibam && dodir /var/lib/ibam make DESTDIR=${D} install || die "failed to install" - exeinto /etc/init.d - newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd + newinitd ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd dodoc README } diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.9.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.9.ebuild index 4977a5b7f38c..e15ee6cf2c7d 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.9.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.9.ebuild,v 1.5 2007/01/23 16:19:30 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.9.ebuild,v 1.6 2007/04/28 17:48:55 swegener Exp $ inherit autotools flag-o-matic @@ -53,8 +53,7 @@ src_install() { dodir /etc/power use ibam && dodir /var/lib/ibam make DESTDIR=${D} install || die "failed to install" - exeinto /etc/init.d - newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd + newinitd ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd dodoc README } diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild index 47e15a974ed6..0e51e7d87b0d 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild,v 1.4 2007/04/22 10:40:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.8.0.ebuild,v 1.5 2007/04/28 17:48:55 swegener Exp $ inherit autotools flag-o-matic @@ -63,8 +63,7 @@ src_install() { dodir /etc/power use ibam && dodir /var/lib/ibam make DESTDIR=${D} install || die "failed to install" - exeinto /etc/init.d - newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd + newinitd ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd dodoc README use doc && dohtml -r doc/* } diff --git a/app-laptop/smcinit/ChangeLog b/app-laptop/smcinit/ChangeLog index 84496fd78777..6364a8a86a6b 100644 --- a/app-laptop/smcinit/ChangeLog +++ b/app-laptop/smcinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/smcinit -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/smcinit/ChangeLog,v 1.4 2006/08/23 13:30:26 s4t4n Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/smcinit/ChangeLog,v 1.5 2007/04/28 17:49:10 swegener Exp $ + + 28 Apr 2007; Sven Wegener smcinit-0.4.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 23 Aug 2006; Michele Noberasco smcinit-0.4.ebuild: Applied patch to fix long standing bug #117368. Since it the issue is diff --git a/app-laptop/smcinit/smcinit-0.4.ebuild b/app-laptop/smcinit/smcinit-0.4.ebuild index 8bb78ea60f66..9773a8c8067a 100644 --- a/app-laptop/smcinit/smcinit-0.4.ebuild +++ b/app-laptop/smcinit/smcinit-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/smcinit/smcinit-0.4.ebuild,v 1.4 2006/08/23 13:30:26 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/smcinit/smcinit-0.4.ebuild,v 1.5 2007/04/28 17:49:10 swegener Exp $ inherit eutils @@ -46,10 +46,8 @@ src_install() dohtml RobMiller-irda.html # ...after that an init script... - exeinto /etc/init.d - newexe ${FILESDIR}/${PN}.initscript ${PN} + newinitd ${FILESDIR}/${PN}.initscript ${PN} # ...and finally its config file - insinto /etc/conf.d - newins ${FILESDIR}/${PN}.conf ${PN} + newconfd ${FILESDIR}/${PN}.conf ${PN} } diff --git a/app-laptop/tpctl/ChangeLog b/app-laptop/tpctl/ChangeLog index 8fb0840ba9b1..4dbcb5105973 100644 --- a/app-laptop/tpctl/ChangeLog +++ b/app-laptop/tpctl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/tpctl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/ChangeLog,v 1.14 2007/02/21 22:18:02 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/ChangeLog,v 1.15 2007/04/28 17:49:28 swegener Exp $ + + 28 Apr 2007; Sven Wegener tpctl-3.2.ebuild, + tpctl-4.2.ebuild, tpctl-4.4.ebuild, tpctl-4.4-r1.ebuild, tpctl-4.8.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 21 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/app-laptop/tpctl/tpctl-3.2.ebuild b/app-laptop/tpctl/tpctl-3.2.ebuild index 82bf120f229b..905297013d48 100644 --- a/app-laptop/tpctl/tpctl-3.2.ebuild +++ b/app-laptop/tpctl/tpctl-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-3.2.ebuild,v 1.4 2005/01/01 14:49:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-3.2.ebuild,v 1.5 2007/04/28 17:49:28 swegener Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -50,7 +50,6 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - exeinto /etc/init.d - newexe ${FILESDIR}/apmiser.rc apmiser + newinitd ${FILESDIR}/apmiser.rc apmiser fi } diff --git a/app-laptop/tpctl/tpctl-4.2.ebuild b/app-laptop/tpctl/tpctl-4.2.ebuild index e2d8cc90e674..fe663f13592a 100644 --- a/app-laptop/tpctl/tpctl-4.2.ebuild +++ b/app-laptop/tpctl/tpctl-4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.2.ebuild,v 1.4 2005/01/01 14:49:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.2.ebuild,v 1.5 2007/04/28 17:49:28 swegener Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -49,7 +49,6 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - exeinto /etc/init.d - newexe ${FILESDIR}/apmiser.rc apmiser + newinitd ${FILESDIR}/apmiser.rc apmiser fi } diff --git a/app-laptop/tpctl/tpctl-4.4-r1.ebuild b/app-laptop/tpctl/tpctl-4.4-r1.ebuild index 674fb6c591bb..178a014809be 100644 --- a/app-laptop/tpctl/tpctl-4.4-r1.ebuild +++ b/app-laptop/tpctl/tpctl-4.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4-r1.ebuild,v 1.5 2006/01/12 00:48:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4-r1.ebuild,v 1.6 2007/04/28 17:49:28 swegener Exp $ inherit eutils @@ -57,8 +57,7 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - exeinto /etc/init.d - newexe ${FILESDIR}/apmiser.rc apmiser + newinitd ${FILESDIR}/apmiser.rc apmiser fi doman man/{ntpctl,tpctl}.1 man/apmiser.8 } diff --git a/app-laptop/tpctl/tpctl-4.4.ebuild b/app-laptop/tpctl/tpctl-4.4.ebuild index e24780db85c3..f1f94023a633 100644 --- a/app-laptop/tpctl/tpctl-4.4.ebuild +++ b/app-laptop/tpctl/tpctl-4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild,v 1.4 2005/01/01 14:49:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4.ebuild,v 1.5 2007/04/28 17:49:28 swegener Exp $ #transform P to match tarball versioning MYPV=${PV/_beta/beta} @@ -49,7 +49,6 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - exeinto /etc/init.d - newexe ${FILESDIR}/apmiser.rc apmiser + newinitd ${FILESDIR}/apmiser.rc apmiser fi } diff --git a/app-laptop/tpctl/tpctl-4.8.ebuild b/app-laptop/tpctl/tpctl-4.8.ebuild index 2ec2d9940370..01af11b514e3 100644 --- a/app-laptop/tpctl/tpctl-4.8.ebuild +++ b/app-laptop/tpctl/tpctl-4.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild,v 1.9 2006/01/12 00:48:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.8.ebuild,v 1.10 2007/04/28 17:49:28 swegener Exp $ inherit eutils @@ -57,8 +57,7 @@ src_install() { mv apmiser/README README.apmiser dodoc README.apmiser dosbin apmiser/apmiser - exeinto /etc/init.d - newexe ${FILESDIR}/apmiser.rc apmiser + newinitd ${FILESDIR}/apmiser.rc apmiser fi doman man/{ntpctl,tpctl}.1 man/apmiser.8 } -- 2.26.2