[106797] trunk/base/doc/macports.conf.in

larryv at macports.org larryv at macports.org
Sat Jun 8 09:08:38 PDT 2013


Revision: 106797
          https://trac.macports.org/changeset/106797
Author:   larryv at macports.org
Date:     2013-06-08 09:08:38 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
macports.conf.in: Make hostname examples a little more consistent.

Modified Paths:
--------------
    trunk/base/doc/macports.conf.in

Modified: trunk/base/doc/macports.conf.in
===================================================================
--- trunk/base/doc/macports.conf.in	2013-06-08 16:05:03 UTC (rev 106796)
+++ trunk/base/doc/macports.conf.in	2013-06-08 16:08:38 UTC (rev 106797)
@@ -166,21 +166,21 @@
 # Proxies. These have no default values. The analagous environment
 # variables are "http_proxy", "HTTPS_PROXY", "FTP_PROXY", and
 # "RSYNC_PROXY".
-#proxy_http         	hostname:12345
-#proxy_https        	hostname:12345
-#proxy_ftp          	hostname:12345
-#proxy_rsync        	hostname:12345
+#proxy_http         	proxy1:12345
+#proxy_https        	proxy2:67890
+#proxy_ftp          	proxy3:02139
+#proxy_rsync        	proxy4:11377
 
 # Comma-delimited list of hosts that MacPorts should not access through
 # the HTTP, HTTPS, and FTP proxies. This does not apply to rsync, and it
 # has no default value.
-#proxy_skip         	internal1, internal2, internal3
+#proxy_skip         	host1, host2, host3
 
 # Space-delimited lists of download hosts that MacPorts should not use
 # and that MacPorts should prefer, respectively, overriding the usual
 # ping time checks. These have no default values.
-#host_blacklist     	badhost1.org badhost2.org
-#preferred_hosts    	preferredhost1.org preferredhost2.org
+#host_blacklist     	badhost1 badhost2
+#preferred_hosts    	preferredhost1 preferredhost2
 
 # Whether MacPorts should automatically run rev-upgrade after upgrading
 # ports.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/6c96fc72/attachment.html>


More information about the macports-changes mailing list