diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 22:30:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 22:30:06 +0000 |
commit | b35f274b9b1ace8d0040e87ef610898bc8627eaa (patch) | |
tree | 50428ddd308f0b3f3ad743b00e197789ff05c9b8 /net-misc | |
parent | fixup newinit (diff) | |
download | gentoo-2-b35f274b9b1ace8d0040e87ef610898bc8627eaa.tar.gz gentoo-2-b35f274b9b1ace8d0040e87ef610898bc8627eaa.tar.bz2 gentoo-2-b35f274b9b1ace8d0040e87ef610898bc8627eaa.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hylafax/hylafax-4.2.5.ebuild | 6 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.3.0.ebuild | 6 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.3.1.ebuild | 6 |
3 files changed, 6 insertions, 12 deletions
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 |