# 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.
-# 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
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
}
# 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:
-# 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
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
-# 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
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
-# 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
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
# 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
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
# 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
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
# 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.
# 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
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