~ chicken-core (chicken-5) 25721b9679fcf18f153bd2eaaeb3efe7f81b8543
commit 25721b9679fcf18f153bd2eaaeb3efe7f81b8543 Author: Christian Kellermann <ckeen@pestilenz.org> AuthorDate: Thu Dec 1 17:18:21 2011 +0100 Commit: Christian Kellermann <ckeen@pestilenz.org> CommitDate: Thu Dec 1 17:18:21 2011 +0100 Update help text and manual to mention proxy_auth diff --git a/chicken-install.scm b/chicken-install.scm index bb719705..c01ac4dc 100644 --- a/chicken-install.scm +++ b/chicken-install.scm @@ -777,7 +777,7 @@ usage: chicken-install [OPTION | EXTENSION[:VERSION]] ... -csi FILENAME use given pathname for invocations of "csi" -show-foreign-depends display a list of foreign dependencies for the given egg(s) -chicken-install recognizes the http_proxy environment variable, if set. +chicken-install recognizes the http_proxy, and proxy_auth environment variables, if set. EOF );| diff --git a/manual/Extensions b/manual/Extensions index d820a9a7..f3ff2559 100644 --- a/manual/Extensions +++ b/manual/Extensions @@ -587,7 +587,7 @@ Available options: ; {{-override FILENAME}} : override versions for installed eggs with information given in {{FILENAME}}, which can be generated by {{-scan}} or by the {{-list}} option of the {{chicken-status}} program ; {{-csi FILENAME}} : when invoking {{csi}}, the CHICKEN interpreter for executing installation scripts, use this program instead. -{{chicken-install}} recognizes the {{http_proxy}} environment variable, if set. +{{chicken-install}} recognizes the {{http_proxy}} and {{proxy_auth}} environment variables, if set. === chicken-uninstall referenceTrap