Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Hide fetching information in daily security email
Koop Mast committed 13 years ago
commit e1c3052c3c9359841b42d91b5011dcb7523238e2
parent 7682edc
1 file changed +1 -1
modified scripts/periodic/410.pkg-audit
@@ -59,7 +59,7 @@ case "${daily_status_security_pkgaudit_enable:-YES}" in
		if [ $rc -ne 0 -o \
			$(( 86400 \* "${daily_status_security_pkgaudit_expiry:-2}" )) \
			-le $(( ${now} - ${then} + 600 )) ]; then
-
			/usr/local/sbin/pkg audit -F || {
+
			/usr/local/sbin/pkg audit -Fq || {
			  rc=$?; [ $rc -lt 3 ] && rc=3
			}
		else