Fix *initd, *confd and *envd calls (#17388, #174266)
authorSven Wegener <swegener@gentoo.org>
Sat, 28 Apr 2007 16:52:25 +0000 (16:52 +0000)
committerSven Wegener <swegener@gentoo.org>
Sat, 28 Apr 2007 16:52:25 +0000 (16:52 +0000)
Package-Manager: portage-2.1.2.5

net-fs/ccxstream/ChangeLog
net-fs/ccxstream/ccxstream-1.0.15.ebuild
net-fs/coda/ChangeLog
net-fs/coda/coda-6.0.10.ebuild
net-fs/coda/coda-6.0.11.ebuild
net-fs/coda/coda-6.0.12.ebuild
net-fs/coda/coda-6.0.14.ebuild
net-fs/coda/coda-6.0.15.ebuild
net-fs/openafs/ChangeLog
net-fs/openafs/openafs-1.2.10-r1.ebuild

index 8bbb4b9498a7c85559afe0e57a498894cf05f9d3..af34195535fdef9da613224c2c0a6a210ddbbece 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/ccxstream
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/ccxstream/ChangeLog,v 1.6 2007/02/22 02:11:21 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/ccxstream/ChangeLog,v 1.7 2007/04/28 16:51:18 swegener Exp $
+
+  28 Apr 2007; Sven Wegener <swegener@gentoo.org> ccxstream-1.0.15.ebuild:
+  Fix *initd, *confd and *envd calls (#17388, #174266)
 
   22 Feb 2007; Piotr JaroszyƄski <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 7e1a0c6f465df49cd548c59f35c6aed17fc80426..42733b4f5afef6f9b90c3b16e7cb586d7e3f7432 100644 (file)
@@ -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/net-fs/ccxstream/ccxstream-1.0.15.ebuild,v 1.6 2005/07/26 12:02:37 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/ccxstream/ccxstream-1.0.15.ebuild,v 1.7 2007/04/28 16:51:18 swegener Exp $
 
 inherit eutils
 
@@ -22,9 +22,7 @@ src_compile() {
 
 src_install() {
        # add startup and sample config
-       exeinto /etc/init.d
-       newexe ${FILESDIR}/ccxstream.initd ccxstream
-       insinto /etc/conf.d
-       newins ${FILESDIR}/ccxstream.confd ccxstream
+       newinitd ${FILESDIR}/ccxstream.initd ccxstream
+       newconfd ${FILESDIR}/ccxstream.confd ccxstream
        dobin ccxstream || die
 }
index a429a3a4d814d9a933d16c9be1a3164a3a674d2a..34290846b9589d63ece832016a22cfe93ecb5bba 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for net-fs/coda
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/ChangeLog,v 1.27 2007/04/11 17:30:14 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/ChangeLog,v 1.28 2007/04/28 16:51:40 swegener Exp $
+
+  28 Apr 2007; Sven Wegener <swegener@gentoo.org> coda-6.0.10.ebuild,
+  coda-6.0.11.ebuild, coda-6.0.12.ebuild, coda-6.0.14.ebuild,
+  coda-6.0.15.ebuild:
+  Fix *initd, *confd and *envd calls (#17388, #174266)
 
   11 Apr 2007; Maurice van der Pot <griffon26@gentoo.org>
   coda-6.0.14.ebuild, coda-6.0.15.ebuild:
index 8352b531a130bf62b13fce12cf6c4f7ad4b68c10..557891c287b7f07d2606944e71507ccaa5434390 100644 (file)
@@ -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/net-fs/coda/coda-6.0.10.ebuild,v 1.5 2005/10/23 09:49:37 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.10.ebuild,v 1.6 2007/04/28 16:51:40 swegener Exp $
 
 inherit eutils
 
@@ -78,8 +78,7 @@ src_install () {
 
        dodoc README* ChangeLog CREDITS
 
-       exeinto /etc/init.d
-       doexe ${FILESDIR}/${PV}/venus
+       doinitd ${FILESDIR}/${PV}/venus
        doexe ${FILESDIR}/coda-update
        doexe ${FILESDIR}/codasrv
        doexe ${FILESDIR}/auth2
index ec5860abe860ca805132113e269636a86e331970..32603ad3ef23d358340c1c0a861ac88ede0fe70c 100644 (file)
@@ -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/net-fs/coda/coda-6.0.11.ebuild,v 1.4 2005/10/23 09:49:37 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.11.ebuild,v 1.5 2007/04/28 16:51:40 swegener Exp $
 
 inherit eutils
 
@@ -73,8 +73,7 @@ src_install () {
 
        dodoc README* ChangeLog CREDITS
 
-       exeinto /etc/init.d
-       doexe ${FILESDIR}/${PV}/venus
+       doinitd ${FILESDIR}/${PV}/venus
        doexe ${FILESDIR}/coda-update
        doexe ${FILESDIR}/codasrv
        doexe ${FILESDIR}/auth2
index d0b40702518add319c3bcba335f9776db7b68807..765c0af6758255b90c6275e55c01c511308b6d7f 100644 (file)
@@ -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/net-fs/coda/coda-6.0.12.ebuild,v 1.4 2006/05/03 18:21:26 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.12.ebuild,v 1.5 2007/04/28 16:51:40 swegener Exp $
 
 inherit eutils
 
@@ -73,8 +73,7 @@ src_install () {
 
        dodoc README* ChangeLog CREDITS
 
-       exeinto /etc/init.d
-       doexe ${FILESDIR}/${PV}/venus
+       doinitd ${FILESDIR}/${PV}/venus
        doexe ${FILESDIR}/coda-update
        doexe ${FILESDIR}/codasrv
        doexe ${FILESDIR}/auth2
index 4859e382bda8acee859cf4757b3498c94824523b..2465474e5f3a6ea490a9dfe07db44ebf8fef2cc2 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-fs/coda/coda-6.0.14.ebuild,v 1.2 2007/04/11 17:30:14 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.14.ebuild,v 1.3 2007/04/28 16:51:40 swegener Exp $
 
 inherit autotools eutils
 
@@ -75,8 +75,7 @@ src_install () {
 
        dodoc README* ChangeLog CREDITS
 
-       exeinto /etc/init.d
-       doexe ${FILESDIR}/${PV}/venus
+       doinitd ${FILESDIR}/${PV}/venus
        doexe ${FILESDIR}/coda-update
        doexe ${FILESDIR}/codasrv
        doexe ${FILESDIR}/auth2
index d4b0ab37caac6a3717ab37c5ac5da124257bae37..3f2c6dc1eff5f15033c55e65407959586be16cf5 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-fs/coda/coda-6.0.15.ebuild,v 1.3 2007/04/11 17:30:14 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.15.ebuild,v 1.4 2007/04/28 16:51:40 swegener Exp $
 
 inherit autotools eutils
 
@@ -74,8 +74,7 @@ src_install () {
 
        dodoc README* ChangeLog CREDITS
 
-       exeinto /etc/init.d
-       doexe ${FILESDIR}/${PV}/venus
+       doinitd ${FILESDIR}/${PV}/venus
        doexe ${FILESDIR}/coda-update
        doexe ${FILESDIR}/codasrv
        doexe ${FILESDIR}/auth2
index 092cda2c860e8e87f7a9612ac9a54fbcdc5e0dab..0dd4f337314867cb1724fc9b07ea4c5e8ea42e64 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/openafs
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v 1.105 2007/03/27 13:32:46 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v 1.106 2007/04/28 16:52:25 swegener Exp $
+
+  28 Apr 2007; Sven Wegener <swegener@gentoo.org> openafs-1.2.10-r1.ebuild:
+  Fix *initd, *confd and *envd calls (#17388, #174266)
 
   27 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> openafs-1.4.4.ebuild:
   Stable on amd64 wrt bug #171662.
index e2db2e830efe48e96971fad5032d245c67892f42..152ea18fbf7cf46a0b7e402839161af02a726b74 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-fs/openafs/openafs-1.2.10-r1.ebuild,v 1.15 2007/03/26 08:15:01 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.2.10-r1.ebuild,v 1.16 2007/04/28 16:52:25 swegener Exp $
 
 inherit check-kernel fixheadtails eutils
 
@@ -69,8 +69,7 @@ src_install () {
 
        mount -t afs | awk '{ exit $3 == "/afs" }' && keepdir /afs
 
-       exeinto /etc/init.d
-       newexe ${FILESDIR}/afs.rc.rc6 afs
+       newinitd ${FILESDIR}/afs.rc.rc6 afs
 
        dosbin etc/afsd