diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-25 07:29:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-25 07:29:57 +0000 |
commit | 980fc33a39655d4c7654802acd355143082e698c (patch) | |
tree | 82ca4f401db461cafe32ad3a100f7d4dd1f3a17b | |
parent | 5f65d578e0d61f6431acae61bb4290d2bb6ec39a (diff) | |
download | urpmi-980fc33a39655d4c7654802acd355143082e698c.tar urpmi-980fc33a39655d4c7654802acd355143082e698c.tar.gz urpmi-980fc33a39655d4c7654802acd355143082e698c.tar.bz2 urpmi-980fc33a39655d4c7654802acd355143082e698c.tar.xz urpmi-980fc33a39655d4c7654802acd355143082e698c.zip |
Add a proxy.cfg(5) man page
-rw-r--r-- | man/C/proxy.cfg.5 | 24 | ||||
-rw-r--r-- | urpmi.spec | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/man/C/proxy.cfg.5 b/man/C/proxy.cfg.5 new file mode 100644 index 00000000..52bfd1dd --- /dev/null +++ b/man/C/proxy.cfg.5 @@ -0,0 +1,24 @@ +.TH proxy.cfg 5 "25 Aug 2004" "Mandrakesoft" "Mandrakelinux" +.IX proxy.cfg +.SH NAME +proxy.cfg \- urpmi proxy configuration file format. +.SH DESCRIPTION +The proxy.cfg file contains lines of the form + +.B "[media:][http_proxy|ftp_proxy|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 \fIcurl\fP(1): + +.B "[protocol://]<host>[:port]" + +.SH AUTHOR +Francois Pons, Mandrakesoft <fpons@mandrakesoft.com> +.PP +Rafael Garcia-Suarez, Mandrakesoft <rgarciasuarez@mandrakesoft.com> +(current maintainer) +.SH SEE ALSO +\fIurpmi\fP(8), \fIurpmi.cfg\fP(5). @@ -196,6 +196,7 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{_sbindir}/urpme %{_sbindir}/urpmi.* %{_mandir}/man?/urpm* +%{_mandir}/man?/proxy.cfg.5 # find_lang isn't able to find man pages yet... %lang(cs) %{_mandir}/cs/man?/urpm* %lang(et) %{_mandir}/et/man?/urpm* |