pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/admin Point to the various ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/568a83be2c5b
branches: trunk
changeset: 554520:568a83be2c5b
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Feb 15 18:20:32 2009 +0000
description:
Point to the various commands of pkg_admin that replace audit-packages,
not just fetch-pkg-vulnerabilities. Suggested by David Holland.
diffstat:
pkgtools/pkg_install/files/admin/audit-packages.sh.in | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r a783d94f80e7 -r 568a83be2c5b pkgtools/pkg_install/files/admin/audit-packages.sh.in
--- a/pkgtools/pkg_install/files/admin/audit-packages.sh.in Sun Feb 15 18:15:08 2009 +0000
+++ b/pkgtools/pkg_install/files/admin/audit-packages.sh.in Sun Feb 15 18:20:32 2009 +0000
@@ -7,7 +7,8 @@
echo ' [-g file] [-h file]' >& $2
echo ' [-K pkg_dbdir] [-n package] [-p package]' >& $2
echo ' [-Q varname] [-t type]' >& $2
- echo "Please use \`\`pkg_admin fetch-pkg-vulnerabilities'' instead." >& $2
+ echo "Please use the audit, audit-pkg, audit-batch and fetch-pkg-vulnerabilities" >& $2
+ echo "commands of pkg_admin instead." >& $2
exit $1
}
@@ -50,7 +51,8 @@
;;
-c)
echo "The audit-packages wrapper does not support -c" >&2
- echo "Please switch to \`\`pkg_admin fetch-pkg-vulnerabilities''." >&2
+ echo "Please use the audit, audit-pkg, audit-batch and fetch-pkg-vulnerabilities" >& 2
+ echo "commands of pkg_admin instead." >& 2
exit 1
;;
-d)
Home |
Main Index |
Thread Index |
Old Index