Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add the new -q flag to the pkg check commandline, now we have the capability.
Matthew Seaman committed 11 years ago
commit fb29bada017651ba9b810b4a19f49abc3e51b642
parent 60222bf
1 file changed +1 -1
modified scripts/periodic/460.pkg-checksum.in
@@ -14,7 +14,7 @@ checksum_pkg() {
    local pkgargs="$1"
    local rc

-
    rc=$(${pkgcmd} ${pkgargs} check -sa 2>&1 |
+
    rc=$(${pkgcmd} ${pkgargs} check -qsa 2>&1 |
	sed -e 's/ checksum mismatch for//' |
	tee /dev/stderr |
	wc -l)