summaryrefslogtreecommitdiffstats
path: root/pod/proxy.cfg.5.pod
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-20 14:09:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-20 14:09:27 +0000
commit5600492dcd56bbf8c43bc7c2696e935d3791b111 (patch)
treeb87aa2fcc6b16ae8a92dccb52cdf1f9c353abafa /pod/proxy.cfg.5.pod
parent3682ad3fd865ae0ec8543e37753fb73c73dbe2e0 (diff)
downloadurpmi-5600492dcd56bbf8c43bc7c2696e935d3791b111.tar
urpmi-5600492dcd56bbf8c43bc7c2696e935d3791b111.tar.gz
urpmi-5600492dcd56bbf8c43bc7c2696e935d3791b111.tar.bz2
urpmi-5600492dcd56bbf8c43bc7c2696e935d3791b111.tar.xz
urpmi-5600492dcd56bbf8c43bc7c2696e935d3791b111.zip
update AUTHOR in pod files
Diffstat (limited to 'pod/proxy.cfg.5.pod')
-rw-r--r--pod/proxy.cfg.5.pod19
1 files changed, 13 insertions, 6 deletions
diff --git a/pod/proxy.cfg.5.pod b/pod/proxy.cfg.5.pod
index 1858ed06..1d3bddb7 100644
--- a/pod/proxy.cfg.5.pod
+++ b/pod/proxy.cfg.5.pod
@@ -6,23 +6,30 @@ proxy.cfg - urpmi proxy configuration file format.
The proxy.cfg file contains lines of the form
- [media:]http_proxy=[value]
- [media:]ftp_proxy=[value]
- [media:]proxy_user=[value]
+ [media:]http_proxy=[value]
+ [media:]ftp_proxy=[value]
+ [media:]proxy_user=[value]
where the media part is optional (in this case, the line applies to all
media). ftp_proxy and http_proxy values have the same syntax as the usual
environment variables used by many programs such as curl(1):
- [protocol://]<host>[:port]
+ [protocol://]<host>[:port]
C<proxy_user> values are simply a user name, or a user name and a password
separated by a colon (C<:>).
+Alternatively, instead of C<proxy_user>, you can write:
+
+ [protocol://]proxy_user_ask
+
+In this case, urpmi and other tools will prompt for proxy credentials
+(like with the urpmi command-line option B<--proxy-user=ask>).
+
=head1 AUTHOR
-FranE<ccedil>ois Pons, Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
-(current maintainer)
+FranE<ccedil>ois Pons, Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>,
+Pascal Rigaux <pixel@mandriva.com> (current maintainer)
=head1 SEE ALSO