From 64ca3218be43905b0d00bb50785a85b18f3bed23 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sat, 28 Apr 2007 22:34:59 +0000 Subject: [PATCH] Fix *initd, *confd and *envd calls (#173884, #174266) Package-Manager: portage-2.1.2.5 --- net-misc/hamachi/ChangeLog | 6 +++++- net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild | 8 ++++---- net-misc/hylafax/hylafax-4.2.5.ebuild | 6 ++---- net-misc/hylafax/hylafax-4.3.0.ebuild | 6 ++---- net-misc/hylafax/hylafax-4.3.1.ebuild | 6 ++---- 5 files changed, 15 insertions(+), 17 deletions(-) diff --git a/net-misc/hamachi/ChangeLog b/net-misc/hamachi/ChangeLog index 42292daabc6a..014a7bbd8285 100644 --- a/net-misc/hamachi/ChangeLog +++ b/net-misc/hamachi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/hamachi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/ChangeLog,v 1.4 2007/01/04 23:02:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/ChangeLog,v 1.5 2007/04/28 22:34:59 tove Exp $ + + 28 Apr 2007; Torsten Veller + hamachi-0.9.9.9_p20-r2.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 04 Jan 2007; Steve Dibb hamachi-0.9.9.9_p20-r2.ebuild: diff --git a/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild b/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild index abca6563731d..79de0e202ab7 100644 --- a/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild +++ b/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.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/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild,v 1.4 2007/01/04 23:02:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild,v 1.5 2007/04/28 22:34:59 tove Exp $ inherit eutils linux-info @@ -72,9 +72,9 @@ src_install() { # Config files einfo "Installing config files" - exeinto /etc/init.d; newexe ${FILESDIR}/tuncfg.initd tuncfg - insinto /etc/conf.d; newins ${FILESDIR}/hamachi.confd hamachi - exeinto /etc/init.d; newexe ${FILESDIR}/hamachi.initd hamachi + newinitd ${FILESDIR}/tuncfg.initd tuncfg + newconfd ${FILESDIR}/hamachi.confd hamachi + newinitd ${FILESDIR}/hamachi.initd hamachi # Docs dodoc CHANGES README LICENSE LICENSE.openssh LICENSE.openssl LICENSE.tuncfg diff --git a/net-misc/hylafax/hylafax-4.2.5.ebuild b/net-misc/hylafax/hylafax-4.2.5.ebuild index 969b7afd642c..ec04e3fe1a0d 100644 --- a/net-misc/hylafax/hylafax-4.2.5.ebuild +++ b/net-misc/hylafax/hylafax-4.2.5.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/net-misc/hylafax/hylafax-4.2.5.ebuild,v 1.8 2007/04/28 16:55:05 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.5.ebuild,v 1.9 2007/04/28 22:30:06 tove Exp $ inherit eutils multilib pam flag-o-matic toolchain-funcs @@ -121,9 +121,7 @@ src_install() { newenvd ${FILESDIR}/99hylafax-4.2 99hylafax einfo "Adding init.d entry for Hylafax" - insinto /etc/init.d - insopts -m 755 - newins ${FILESDIR}/hylafax-4.2 hylafax + newinitd ${FILESDIR}/hylafax-4.2 hylafax pamd_mimic_system hylafax auth account session diff --git a/net-misc/hylafax/hylafax-4.3.0.ebuild b/net-misc/hylafax/hylafax-4.3.0.ebuild index 8781829e092f..af65bd4fb5b3 100644 --- a/net-misc/hylafax/hylafax-4.3.0.ebuild +++ b/net-misc/hylafax/hylafax-4.3.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/net-misc/hylafax/hylafax-4.3.0.ebuild,v 1.8 2007/04/28 16:55:05 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.3.0.ebuild,v 1.9 2007/04/28 22:30:06 tove Exp $ inherit eutils multilib pam flag-o-matic toolchain-funcs @@ -130,9 +130,7 @@ src_install() { newenvd ${FILESDIR}/99hylafax-4.2 99hylafax einfo "Adding init.d entry for Hylafax" - insinto /etc/init.d - insopts -m 755 - newins ${FILESDIR}/hylafax-4.2 hylafax + newinitd ${FILESDIR}/hylafax-4.2 hylafax use pam && pamd_mimic_system hylafax auth account session diff --git a/net-misc/hylafax/hylafax-4.3.1.ebuild b/net-misc/hylafax/hylafax-4.3.1.ebuild index 6bbd670fb829..3bd97303a15b 100644 --- a/net-misc/hylafax/hylafax-4.3.1.ebuild +++ b/net-misc/hylafax/hylafax-4.3.1.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/net-misc/hylafax/hylafax-4.3.1.ebuild,v 1.4 2007/04/28 16:55:05 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.3.1.ebuild,v 1.5 2007/04/28 22:30:06 tove Exp $ inherit eutils multilib pam flag-o-matic toolchain-funcs @@ -130,9 +130,7 @@ src_install() { newenvd ${FILESDIR}/99hylafax-4.2 99hylafax einfo "Adding init.d entry for Hylafax" - insinto /etc/init.d - insopts -m 755 - newins ${FILESDIR}/hylafax-4.2 hylafax + newinitd ${FILESDIR}/hylafax-4.2 hylafax use pam && pamd_mimic_system hylafax auth account session -- 2.26.2