Changeset 99275


Ignore:
Timestamp:
Oct 30, 2012, 11:15:55 PM (11 years ago)
Author:
pixilla@…
Message:

base/doc/macports.conf.5:

  • Add startupitem_install, proxy_override_env, proxy_http, proxy_https, proxy_ftp proxy_rsync, proxy_skip, host_blacklist and preferred_hosts to man.

base/doc/macports.conf.in:

  • Add host_blacklist and preferred_hosts.
Location:
trunk/base/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/doc/macports.conf.5

    r91511 r99275  
    188188.Ic Default:
    189189default
     190.It Va startupitem_install
     191Option to install symlinks into /Library/LaunchAgents or
     192/Library/LaunchDaemons; startupitem_install may be empty, "yes" or "no";
     193if the option is NOT "no" then a symlink for the startupitem will be
     194created in the appropriate system directory.
     195.br
     196.Ic Default:
     197yes
    190198.It Va destroot_umask
    191199Umask value to use during the destrooting of a port.
     
    221229List of extra environment variables MacPorts should keep in the user's environment when sanitizing it.
    222230Changing this is unsupported.
     231.It Va proxy_override_env
     232Proxy support. Precedence is: env, macports.conf, System Preferences.
     233That is, if it's set in the environment, that will be used instead of
     234anything here or in System Preferences. Setting proxy_override_env to
     235yes will cause any proxies set here (or in System Preferences if set
     236there but not here) to override what's in the environment. Note that
     237System Preferences doesn't have an rsync proxy definition. Also note, on
     23810.5, sudo will clear many environment variables including those for
     239proxy support. Equivalent environment variables: http_proxy,
     240HTTPS_PROXY, FTP_PROXY, RSYNC_PROXY, NO_PROXY
     241.br
     242.Ic Default:
     243yes
     244.It Va proxy_http
     245HTTP proxy
     246.br
     247.Ic Default:
     248none
     249.It Va proxy_https
     250HTTPS proxy
     251.br
     252.Ic Default:
     253none
     254.It Va proxy_ftp
     255FTP proxy
     256.br
     257.Ic Default:
     258none
     259.It Va proxy_rsync
     260rsync proxy
     261.br
     262.Ic Default:
     263none
     264.It Va proxy_skip
     265Hosts not to go through the proxy (comma-separated, applies to HTTP,
     266HTTPS and FTP, but not rsync):
     267.br
     268.Ic Default:
     269none
     270.It Va host_blacklist
     271Space separated list of download hosts that should not be used.
     272.br
     273.Ic Default:
     274none
     275.It Va preferred_hosts
     276Space separated list of download hosts that should be used preferentially.
     277.br
     278.Ic Default:
     279none
    223280.It Va revupgrade_autorun
    224281Controls whether the rev-upgrade action will be run automatically after
  • trunk/base/doc/macports.conf.in

    r98485 r99275  
    154154#proxy_skip             internal1, internal2, internal3
    155155
     156# Options 'host_blacklist' and 'preferred_hosts', used for indicating
     157# space separated lists of download hosts that should not be used or
     158# should be used preferentially, respectively. These override the usual
     159# ping time check.
     160#host_blacklist     badhost1.org badhost2.org
     161#preferred_hosts    preferredhost1.org preferredhost2.org
     162
    156163# Set whether to automatically run rev-upgrade after upgrading ports
    157164#revupgrade_autorun yes
Note: See TracChangeset for help on using the changeset viewer.