From 5c9233d5397d0ed370909b719c0f52365098b758 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 8 Jun 2012 18:56:44 +0000 Subject: actually rename --- pod/proxy.cfg.5.pod | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 pod/proxy.cfg.5.pod (limited to 'pod/proxy.cfg.5.pod') diff --git a/pod/proxy.cfg.5.pod b/pod/proxy.cfg.5.pod deleted file mode 100644 index edeabcfe..00000000 --- a/pod/proxy.cfg.5.pod +++ /dev/null @@ -1,44 +0,0 @@ -=head1 NAME - -proxy.cfg - urpmi proxy configuration file format. - -=head1 DESCRIPTION - -You can override default proxy using proxy.cfg (see the syntax below). You can -also set proxy on urpmi commands command-line using C<--proxy>. - -Note that urpmi will use system global proxy settings (cf environment variable -C or C). If you don't want urpmi to use any proxy, you -can use C or C. - -=head1 SYNTAX -The proxy.cfg file contains lines of the form - - [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://][:port] - -C values are simply a user name, or a user name and a password -separated by a colon (C<:>). - -Alternatively, instead of C, you can write: - - [media:]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 - -FranEois Pons, Rafael Garcia-Suarez , -Pascal Rigaux (current maintainer) - -=head1 SEE ALSO - -urpmi(8), urpmi.cfg(5), urpmi.files(5). -- cgit v1.2.1