Skip to content

Instantly share code, notes, and snippets.

@fredjean
Created May 28, 2009 23:17
Show Gist options
  • Save fredjean/119653 to your computer and use it in GitHub Desktop.
Save fredjean/119653 to your computer and use it in GitHub Desktop.
# 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