Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix forgotten changes in periodic audit script
Baptiste Daroussin committed 9 years ago
commit 50cfe9a6345f6147028f6ba08456c3c4eab5d3f5
parent 963cdd0
1 file changed +2 -2
modified scripts/periodic/410.pkg-audit.in
@@ -124,7 +124,7 @@ audit_pkgs_all() {
		echo
		echo "chroot: $c"
		for t in audit expiration deprecation; do
-
			audit_pkgs "-c $c" $c
+
			${t}_pkgs "-c $c" $c
			last_rc=$?
			[ $last_rc -gt 1 ] && rc=$last_rc
		done
@@ -151,7 +151,7 @@ audit_pkgs_all() {
		echo
		echo "jail: ${j%|*}"
		for t in audit expiration deprecation; do
-
			audit_pkgs "-j ${j%|*}" ${j##*|}
+
			${t}_pkgs "-j ${j%|*}" ${j##*|}
			last_rc=$?
			[ $last_rc -gt 1 ] && rc=$last_rc
		done