summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 16:52:25 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 16:52:25 +0000
commitf39a2f69c2d566c2e1c80ef564d72f57df8d13c5 (patch)
treea8feb815a480ab120fc16f4d9696b6ae31cce38c /net-fs
parentFix *initd, *confd and *envd calls (#17388, #174266) (diff)
downloadhistorical-f39a2f69c2d566c2e1c80ef564d72f57df8d13c5.tar.gz
historical-f39a2f69c2d566c2e1c80ef564d72f57df8d13c5.tar.bz2
historical-f39a2f69c2d566c2e1c80ef564d72f57df8d13c5.zip
Fix *initd, *confd and *envd calls (#17388, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/ccxstream/ChangeLog5
-rw-r--r--net-fs/ccxstream/ccxstream-1.0.15.ebuild10
-rw-r--r--net-fs/coda/ChangeLog7
-rw-r--r--net-fs/coda/coda-6.0.10.ebuild7
-rw-r--r--net-fs/coda/coda-6.0.11.ebuild7
-rw-r--r--net-fs/coda/coda-6.0.12.ebuild7
-rw-r--r--net-fs/coda/coda-6.0.14.ebuild5
-rw-r--r--net-fs/coda/coda-6.0.15.ebuild5
-rw-r--r--net-fs/openafs/ChangeLog5
-rw-r--r--net-fs/openafs/openafs-1.2.10-r1.ebuild5
10 files changed, 33 insertions, 30 deletions
diff --git a/net-fs/ccxstream/ChangeLog b/net-fs/ccxstream/ChangeLog
index 8bbb4b9498a7..af34195535fd 100644
--- a/net-fs/ccxstream/ChangeLog
+++ b/net-fs/ccxstream/ChangeLog
@@ -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.
diff --git a/net-fs/ccxstream/ccxstream-1.0.15.ebuild b/net-fs/ccxstream/ccxstream-1.0.15.ebuild
index 7e1a0c6f465d..42733b4f5afe 100644
--- a/net-fs/ccxstream/ccxstream-1.0.15.ebuild
+++ b/net-fs/ccxstream/ccxstream-1.0.15.ebuild
@@ -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
}
diff --git a/net-fs/coda/ChangeLog b/net-fs/coda/ChangeLog
index a429a3a4d814..34290846b958 100644
--- a/net-fs/coda/ChangeLog
+++ b/net-fs/coda/ChangeLog
@@ -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:
diff --git a/net-fs/coda/coda-6.0.10.ebuild b/net-fs/coda/coda-6.0.10.ebuild
index 8352b531a130..557891c287b7 100644
--- a/net-fs/coda/coda-6.0.10.ebuild
+++ b/net-fs/coda/coda-6.0.10.ebuild
@@ -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
diff --git a/net-fs/coda/coda-6.0.11.ebuild b/net-fs/coda/coda-6.0.11.ebuild
index ec5860abe860..32603ad3ef23 100644
--- a/net-fs/coda/coda-6.0.11.ebuild
+++ b/net-fs/coda/coda-6.0.11.ebuild
@@ -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
diff --git a/net-fs/coda/coda-6.0.12.ebuild b/net-fs/coda/coda-6.0.12.ebuild
index d0b40702518a..765c0af67582 100644
--- a/net-fs/coda/coda-6.0.12.ebuild
+++ b/net-fs/coda/coda-6.0.12.ebuild
@@ -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
diff --git a/net-fs/coda/coda-6.0.14.ebuild b/net-fs/coda/coda-6.0.14.ebuild
index 4859e382bda8..2465474e5f3a 100644
--- a/net-fs/coda/coda-6.0.14.ebuild
+++ b/net-fs/coda/coda-6.0.14.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-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
diff --git a/net-fs/coda/coda-6.0.15.ebuild b/net-fs/coda/coda-6.0.15.ebuild
index d4b0ab37caac..3f2c6dc1eff5 100644
--- a/net-fs/coda/coda-6.0.15.ebuild
+++ b/net-fs/coda/coda-6.0.15.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-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
diff --git a/net-fs/openafs/ChangeLog b/net-fs/openafs/ChangeLog
index 092cda2c860e..0dd4f3373148 100644
--- a/net-fs/openafs/ChangeLog
+++ b/net-fs/openafs/ChangeLog
@@ -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.
diff --git a/net-fs/openafs/openafs-1.2.10-r1.ebuild b/net-fs/openafs/openafs-1.2.10-r1.ebuild
index e2db2e830efe..152ea18fbf7c 100644
--- a/net-fs/openafs/openafs-1.2.10-r1.ebuild
+++ b/net-fs/openafs/openafs-1.2.10-r1.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-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