Fix *initd, *confd and *envd calls (#173884, #174266)
authorTorsten Veller <tove@gentoo.org>
Sat, 28 Apr 2007 22:34:59 +0000 (22:34 +0000)
committerTorsten Veller <tove@gentoo.org>
Sat, 28 Apr 2007 22:34:59 +0000 (22:34 +0000)
Package-Manager: portage-2.1.2.5

net-misc/hamachi/ChangeLog
net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild
net-misc/hylafax/hylafax-4.2.5.ebuild
net-misc/hylafax/hylafax-4.3.0.ebuild
net-misc/hylafax/hylafax-4.3.1.ebuild

index 42292daabc6a7cb7f2a2dcc6466e9077acb3b762..014a7bbd82858c0524b8d46f753740992ed0a9a5 100644 (file)
@@ -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 <tove@gentoo.org>
+  hamachi-0.9.9.9_p20-r2.ebuild:
+  Fix *initd, *confd and *envd calls (#173884, #174266)
 
   04 Jan 2007; Steve Dibb <beandog@gentoo.org>
   hamachi-0.9.9.9_p20-r2.ebuild:
index abca6563731db33a19088e95e01f69d2487a1668..79de0e202ab7330bef67fd9b35e8cc1ec179992e 100644 (file)
@@ -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
index 969b7afd642cccacb51c631a7cd45787175481e6..ec04e3fe1a0dd751dbdb6b0be3de1d35fa049746 100644 (file)
@@ -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
 
index 8781829e092f843daa474824dfdcd195024bee30..af65bd4fb5b3a81862840ea6e232dd530ae3d22f 100644 (file)
@@ -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
 
index 6bbd670fb8291c45e19f90092583e99204feb4eb..3bd97303a15b4fbeb131a43ef62e0b9c6341982c 100644 (file)
@@ -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