Remove -a from the default fetch(1) flags, so that the daily security

report is not delayed when the distribution site is down.

Submitted by:	kuriyama
This commit is contained in:
Oliver Eikemeier 2004-08-15 12:26:16 +00:00
parent c56328cefa
commit 153f0ae562
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116246
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= portaudit
PORTVERSION= 0.5.2
PORTVERSION= 0.5.3
CATEGORIES= security
DISTFILES=

View File

@ -37,7 +37,7 @@ portaudit_confs()
portaudit_filename=${portaudit_filename:-"auditfile.tbz"}
portaudit_fetch_env=${portaudit_fetch_env:-}
portaudit_fetch_cmd=${portaudit_fetch_cmd:-"fetch -1amp"}
portaudit_fetch_cmd=${portaudit_fetch_cmd:-"fetch -1mp"}
portaudit_sites=${portaudit_sites:-"http://www.FreeBSD.org/ports/"}

View File

@ -6,7 +6,7 @@
#
PORTNAME= portaudit
PORTVERSION= 0.5.2
PORTVERSION= 0.5.3
CATEGORIES= security
DISTFILES=

View File

@ -37,7 +37,7 @@ portaudit_confs()
portaudit_filename=${portaudit_filename:-"auditfile.tbz"}
portaudit_fetch_env=${portaudit_fetch_env:-}
portaudit_fetch_cmd=${portaudit_fetch_cmd:-"fetch -1amp"}
portaudit_fetch_cmd=${portaudit_fetch_cmd:-"fetch -1mp"}
portaudit_sites=${portaudit_sites:-"http://www.FreeBSD.org/ports/"}