diff options
author | 2007-04-28 16:51:18 +0000 | |
---|---|---|
committer | 2007-04-28 16:51:18 +0000 | |
commit | 50080f08810ef57f682a883cb5537a717b4dfe7d (patch) | |
tree | ef938070b316035d9661a92c6044ba046ba1be89 /net-fs/ccxstream/ccxstream-1.0.15.ebuild | |
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/ccxstream/ccxstream-1.0.15.ebuild')
-rw-r--r-- | net-fs/ccxstream/ccxstream-1.0.15.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
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 } |