diff options
author | 2007-04-22 11:31:32 +0000 | |
---|---|---|
committer | 2007-04-22 11:31:32 +0000 | |
commit | e07418ed6dea8f3948f2464ecd60504fbca6fbaf (patch) | |
tree | b375633108de29190c7929b355386e3cd5a6aced /net-p2p/dchub/dchub-0.5.2.ebuild | |
parent | + ~amd64 wrt bug #175537 (diff) | |
download | historical-e07418ed6dea8f3948f2464ecd60504fbca6fbaf.tar.gz historical-e07418ed6dea8f3948f2464ecd60504fbca6fbaf.tar.bz2 historical-e07418ed6dea8f3948f2464ecd60504fbca6fbaf.zip |
Use doconfd and doinitd, bug 174266
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'net-p2p/dchub/dchub-0.5.2.ebuild')
-rw-r--r-- | net-p2p/dchub/dchub-0.5.2.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-p2p/dchub/dchub-0.5.2.ebuild b/net-p2p/dchub/dchub-0.5.2.ebuild index baf710e0d5db..a41cfff02ee2 100644 --- a/net-p2p/dchub/dchub-0.5.2.ebuild +++ b/net-p2p/dchub/dchub-0.5.2.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-p2p/dchub/dchub-0.5.2.ebuild,v 1.9 2007/01/10 10:35:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.10 2007/04/22 11:31:32 armin76 Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.4" @@ -40,9 +40,7 @@ src_install() { dodoc Documentation/* dodoc AUTHORS COPYING ChangeLog NEWS README TODO - dodir /etc/{conf,init}.d /etc/dchub - exeinto /etc/init.d - newexe ${FILESDIR}/dchub.init.d dchub - insinto /etc/conf.d - newins ${FILESDIR}/dchub.conf.d dchub + dodir /etc/dchub + newinitd {FILESDIR}/dchub.init.d dchub + newconfd ${FILESDIR}/dchub.conf.d dchub } |