freebsd-ports/ports-mgmt/portaudit/files/portaudit.conf
Oliver Eikemeier 10813956a8 update to 0.3.1:
- use passive ftp by default, don't retry on failure [1]
- add a -C flag, portlint style
- don't keep databases that are tool old [2]

Requested by:	hubs [1]
Noticed by:	Nicolas Rachinsky <nicolas@rachinsky.de> [2]
2004-03-31 22:52:01 +00:00

24 lines
597 B
Text

#
# Sample configuration file for portaudit(1)
#
# copy to %%PREFIX%%/etc/portaudit.conf
#
# $FreeBSD$
#
# specify a proxy if needed, see fetch(3)
#FETCH_ENV="FTP_PROXY=http://ftp.proxy.sample/ HTTP_PROXY=http://http.proxy.sample:80/"
# default fetch command
#FETCH_CMD="/usr/bin/fetch -1m"
# use passive ftp transfers with extra verbose mode, see fetch(1)
#FETCH_BEFORE_ARGS="-p -vvv"
#FETCH_AFTER_ARGS=
# specify a local mirror here
#MASTER_SITES="http://my.mirror.sample/path/portaudit/"
# uncomment to prefer the UK mirror, jp, se, tw and uk are available
#MASTER_SORT_REGEX="\.uk[.\/]"