diff options
author | joerg <joerg> | 2009-02-15 18:20:32 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-15 18:20:32 +0000 |
commit | 782402cece7e3748700a80c548511abba349a1ec (patch) | |
tree | 3c527dd2e1ba20eeeb11bce1fb7aad370287b651 /pkgtools | |
parent | a5a52797cfb74cf1b23e840104e0e43b862dbdd7 (diff) | |
download | pkgsrc-782402cece7e3748700a80c548511abba349a1ec.tar.gz |
Point to the various commands of pkg_admin that replace audit-packages,
not just fetch-pkg-vulnerabilities. Suggested by David Holland.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/admin/audit-packages.sh.in | 6 |
1 files changed, 4 insertions, 2 deletions
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) |