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 | |
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')
-rw-r--r-- | net-proxy/dante/ChangeLog | 8 | ||||
-rw-r--r-- | net-proxy/dante/dante-1.1.18.ebuild | 10 | ||||
-rw-r--r-- | net-proxy/dante/dante-1.1.19.ebuild | 10 |
3 files changed, 14 insertions, 14 deletions
diff --git a/net-proxy/dante/ChangeLog b/net-proxy/dante/ChangeLog index 13a49411796b..49a86beb02df 100644 --- a/net-proxy/dante/ChangeLog +++ b/net-proxy/dante/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/dante -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.35 2006/09/21 22:08:05 blubb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.36 2007/04/22 00:21:40 mrness Exp $ + + 22 Apr 2007; Alin Năstac <mrness@gentoo.org> dante-1.1.18.ebuild, + dante-1.1.19.ebuild: + Use newinitd and newconfd (#174266). 21 Sep 2006; <blubb@gentoo.org> dante-1.1.19.ebuild: stable on amd64 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 diff --git a/net-proxy/dante/dante-1.1.19.ebuild b/net-proxy/dante/dante-1.1.19.ebuild index d69b703faaab..915c6f545542 100644 --- a/net-proxy/dante/dante-1.1.19.ebuild +++ b/net-proxy/dante/dante-1.1.19.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.19.ebuild,v 1.10 2006/09/21 22:08:05 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.1.19.ebuild,v 1.11 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 |