diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 22:34:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 22:34:59 +0000 |
commit | 64ca3218be43905b0d00bb50785a85b18f3bed23 (patch) | |
tree | d9dd378d01abb2dc8a560e90cf60892dff997f10 /net-misc/hylafax/hylafax-4.3.1.ebuild | |
parent | fixup *initd (diff) | |
download | historical-64ca3218be43905b0d00bb50785a85b18f3bed23.tar.gz historical-64ca3218be43905b0d00bb50785a85b18f3bed23.tar.bz2 historical-64ca3218be43905b0d00bb50785a85b18f3bed23.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-misc/hylafax/hylafax-4.3.1.ebuild')
-rw-r--r-- | net-misc/hylafax/hylafax-4.3.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
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 |