From 3fe7d4b4fb37113b2960670d658bde5185e7024f Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 15 Feb 2009 18:20:32 +0000 Subject: Point to the various commands of pkg_admin that replace audit-packages, not just fetch-pkg-vulnerabilities. Suggested by David Holland. --- pkgtools/pkg_install/files/admin/audit-packages.sh.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkgtools/pkg_install/files/admin') diff --git a/pkgtools/pkg_install/files/admin/audit-packages.sh.in b/pkgtools/pkg_install/files/admin/audit-packages.sh.in index 8e619a7bcdd..dfd9814ce6d 100644 --- a/pkgtools/pkg_install/files/admin/audit-packages.sh.in +++ b/pkgtools/pkg_install/files/admin/audit-packages.sh.in @@ -7,7 +7,8 @@ usage() { 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 @@ while [ $# -gt 0 ]; do ;; -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) -- cgit v1.2.3