diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2010-02-27 00:45:57 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2010-02-27 00:46:07 +0100 |
commit | ff2e47c9682bbd07e821110a34a67861cce2168e (patch) | |
tree | 12a4d057e1f9f627f69529d902d5d106e237f5d9 | |
parent | Move code from ListLocal/ListRemote up to List (diff) | |
download | overlord-ff2e47c9682bbd07e821110a34a67861cce2168e.tar.gz overlord-ff2e47c9682bbd07e821110a34a67861cce2168e.tar.bz2 overlord-ff2e47c9682bbd07e821110a34a67861cce2168e.zip |
Extend in-config docs on proxy (suggested by James Broadhead)
-rw-r--r-- | etc/layman.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg index 9db38ce..b45c6f0 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -35,6 +35,7 @@ overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml #----------------------------------------------------------- # Proxy support +# If unset, layman will use the http_proxy environment variable. # #proxy : http://[user:pass@]www.my-proxy.org:3128 |