diff options
author | Maurice van der Pot <griffon26@gentoo.org> | 2005-06-07 21:35:26 +0000 |
---|---|---|
committer | Maurice van der Pot <griffon26@gentoo.org> | 2005-06-07 21:35:26 +0000 |
commit | 72ca37f1c0ca03dbb9b335fb703312cd49ad5983 (patch) | |
tree | 7488319368df6887f0947d6a3a1550514456800e /net-proxy/http-replicator/http-replicator-3.0.ebuild | |
parent | Stable -r4 -> -r7: Fix permissions problem with created configuration file; U... (diff) | |
download | gentoo-2-72ca37f1c0ca03dbb9b335fb703312cd49ad5983.tar.gz gentoo-2-72ca37f1c0ca03dbb9b335fb703312cd49ad5983.tar.bz2 gentoo-2-72ca37f1c0ca03dbb9b335fb703312cd49ad5983.zip |
Fixed some cosmetics in http-replicator, fixing bug #95321
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-proxy/http-replicator/http-replicator-3.0.ebuild')
-rw-r--r-- | net-proxy/http-replicator/http-replicator-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/http-replicator/http-replicator-3.0.ebuild b/net-proxy/http-replicator/http-replicator-3.0.ebuild index 54dc21dfbc0b..92eb45446d07 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-2005 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.6 2005/06/07 19:39:06 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0.ebuild,v 1.7 2005/06/07 21:35:26 griffon26 Exp $ DESCRIPTION="Proxy cache for Gentoo packages" HOMEPAGE="http://gertjan.freezope.org/replicator/" @@ -51,7 +51,7 @@ pkg_postinst() { einfo "Before starting http-replicator, please follow the next few steps:" einfo "- modify /etc/conf.d/http-replicator if required" einfo "- run /usr/bin/repcacheman to set up the cache" - einfo "- add http_proxy=\"http://serveraddress:8080\" to make.conf on" + einfo "- add HTTP_PROXY=\"http://serveraddress:8080\" to make.conf on" einfo " the server as well as on the client machines" einfo "- make sure GENTOO_MIRRORS in /etc/make.conf starts with several" einfo " good http mirrors" |