Created
May 28, 2009 23:17
-
-
Save fredjean/119653 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration file for "pkg-get" | |
# man pkg-get for details on the program | |
url=http://kenai.com/downloads/kenai-packages/dist | |
# If you are behind a firewall, set one of these as appropriate | |
ftp_proxy=http://mailin02:3128 | |
http_proxy=http://mailin02:3128 | |
export http_proxy ftp_proxy | |
# You may also set PROXYFLAGS in your environment to set flags | |
# for wget like | |
# export PROXYFLAGS="--proxy-user=xxxx --proxy-passwd=yyy" | |
# Or set them here. but make sure the perms are readable. | |
# And consider that anyone on the machine can check your environment | |
# and grab the user/password combo. | |
# Solaris 10: If you wish to limit pkg-get to installing packages | |
# ONLY to the global zone, then uncomment this line | |
PKGADDFLAGS=-G | |
# | |
# pkg-get now defaults to downloading to /var/pkg-get/downloads | |
# If you'd like it somewhere else, change it here | |
# PKGGET_DOWNLOAD_DIR=/some/large/dir/pkg-get | |
# | |
# By default, pkg-get keeps downloaded files, in PKGGET_DOWNLOAD_DIR, | |
# but removes them once they have been successfully pkgadd'd to the system. | |
# IF you set the following var to something, it will keep the | |
# downloaded file around, even after add. | |
#PKGGET_CACHE_FILES=true | |
# To disable use of gpg or md5, uncomment these | |
#use_gpg=false | |
#use_md5=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment