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 | d7d0a341afb9dedbe7dd8955e6ac0b4576990854 (patch) | |
tree | 6f10b7a956d2b4c2d02a7ed081ff8d8b45d5e9bb /net-proxy | |
parent | Use newinitd and newconfd (#174266). (diff) | |
download | gentoo-2-d7d0a341afb9dedbe7dd8955e6ac0b4576990854.tar.gz gentoo-2-d7d0a341afb9dedbe7dd8955e6ac0b4576990854.tar.bz2 gentoo-2-d7d0a341afb9dedbe7dd8955e6ac0b4576990854.zip |
Use newinitd and newconfd (#174266).
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/http-replicator/ChangeLog | 7 | ||||
-rw-r--r-- | net-proxy/http-replicator/http-replicator-3.0.ebuild | 14 |
2 files changed, 10 insertions, 11 deletions
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog index b66d26bb35c5..7abc8d3b1a11 100644 --- a/net-proxy/http-replicator/ChangeLog +++ b/net-proxy/http-replicator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/http-replicator -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.13 2006/11/04 17:18:44 dertobi123 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.14 2007/04/22 00:24:03 mrness Exp $ + + 22 Apr 2007; Alin Năstac <mrness@gentoo.org> http-replicator-3.0.ebuild: + Use newinitd and newconfd (#174266). 04 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org> http-replicator-3.0.ebuild: diff --git a/net-proxy/http-replicator/http-replicator-3.0.ebuild b/net-proxy/http-replicator/http-replicator-3.0.ebuild index dcd2dff6c530..5d473d06806c 100644 --- a/net-proxy/http-replicator/http-replicator-3.0.ebuild +++ b/net-proxy/http-replicator/http-replicator-3.0.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/http-replicator/http-replicator-3.0.ebuild,v 1.15 2006/11/04 17:18:44 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0.ebuild,v 1.16 2007/04/22 00:24:03 mrness Exp $ DESCRIPTION="Proxy cache for Gentoo packages" HOMEPAGE="http://gertjan.freezope.org/replicator/" @@ -28,17 +28,13 @@ src_install(){ newexe "${FILESDIR}/http-replicator-3.0-repcacheman-0.21" repcacheman.py fi - # Config file into /etc/conf.d - insinto /etc/conf.d - newins "${FILESDIR}/http-replicator-3.0.conf" http-replicator + # init.d scripts + newinitd "${FILESDIR}/http-replicator-3.0.init" http-replicator + newconfd "${FILESDIR}/http-replicator-3.0.conf" http-replicator # Docs dodoc README debian/changelog - # init.d scripts - exeinto /etc/init.d - newexe "${FILESDIR}/http-replicator-3.0.init" http-replicator - # Man Page - Not Gentooified yet doman http-replicator.1 |