diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-04-22 00:24:03 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-04-22 00:24:03 +0000 |
commit | 20abd1346b0f22710044a9d2115a2dae85c386c1 (patch) | |
tree | 54d145917119d3cf918fc5e3fa72a1a6e11dff7a /net-proxy/dante/dante-1.1.18.ebuild | |
parent | Fix mask for mythweb (diff) | |
download | historical-20abd1346b0f22710044a9d2115a2dae85c386c1.tar.gz historical-20abd1346b0f22710044a9d2115a2dae85c386c1.tar.bz2 historical-20abd1346b0f22710044a9d2115a2dae85c386c1.zip |
Use newinitd and newconfd (#174266).
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-proxy/dante/dante-1.1.18.ebuild')
-rw-r--r-- | net-proxy/dante/dante-1.1.18.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-proxy/dante/dante-1.1.18.ebuild b/net-proxy/dante/dante-1.1.18.ebuild index 78800e6c4edc..f41aea77ee5b 100644 --- a/net-proxy/dante/dante-1.1.18.ebuild +++ b/net-proxy/dante/dante-1.1.18.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-proxy/dante/dante-1.1.18.ebuild,v 1.9 2006/02/07 21:42:53 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.1.18.ebuild,v 1.10 2007/04/22 00:21:40 mrness Exp $ inherit fixheadtails eutils @@ -64,10 +64,8 @@ src_install() { cd ${S} # our init script - exeinto /etc/init.d - newexe ${FILESDIR}/dante-sockd-init dante-sockd - insinto /etc/conf.d - newins ${FILESDIR}/dante-sockd-conf dante-sockd + newinitd ${FILESDIR}/dante-sockd-init dante-sockd + newconfd ${FILESDIR}/dante-sockd-conf dante-sockd # install documentation dodoc BUGS CREDITS NEWS README SUPPORT TODO |