diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 16:51:18 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 16:51:18 +0000 |
commit | 50080f08810ef57f682a883cb5537a717b4dfe7d (patch) | |
tree | ef938070b316035d9661a92c6044ba046ba1be89 /net-fs | |
parent | Fix *initd, *confd and *envd calls (#17388, #174266) (diff) | |
download | gentoo-2-50080f08810ef57f682a883cb5537a717b4dfe7d.tar.gz gentoo-2-50080f08810ef57f682a883cb5537a717b4dfe7d.tar.bz2 gentoo-2-50080f08810ef57f682a883cb5537a717b4dfe7d.zip |
Fix *initd, *confd and *envd calls (#17388, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/ccxstream/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/ccxstream/ccxstream-1.0.15.ebuild | 10 |
2 files changed, 8 insertions, 7 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 } |