pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk The new audit-packages code goes to stdout now.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e61d4c32a5df
branches: trunk
changeset: 532656:e61d4c32a5df
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Mon Aug 27 15:38:08 2007 +0000
description:
The new audit-packages code goes to stdout now.
diffstat:
mk/bulk/sort-packages | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 7fd5d9b0989c -r e61d4c32a5df mk/bulk/sort-packages
--- a/mk/bulk/sort-packages Mon Aug 27 15:28:54 2007 +0000
+++ b/mk/bulk/sort-packages Mon Aug 27 15:38:08 2007 +0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: sort-packages,v 1.9 2007/08/06 02:43:34 adrianp Exp $
+# $NetBSD: sort-packages,v 1.10 2007/08/27 15:38:08 adrianp Exp $
# This program scans all binary packages in the current directory and
# creates three lists of files in OUTDIR:
@@ -77,7 +77,7 @@
vuln=`${AUDIT_PACKAGES} -p "${pkg}"`
fi
else
- vuln=`${AUDIT_PACKAGES} ${AUDIT_PACKAGES_FLAGS} -p "${pkg}" 2>&1`
+ vuln=`${AUDIT_PACKAGES} ${AUDIT_PACKAGES_FLAGS} -p "${pkg}"`
fi
if [ -n "${vuln}" ]; then
category="vulnerable"
Home |
Main Index |
Thread Index |
Old Index