diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-13 22:31:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-13 22:31:25 +0000 |
commit | 2ef4aec27999f3bfc2bdb8b1ab216cc58b8ae36b (patch) | |
tree | 3851f1b5d172255acaefd24c12e757b362e3c77f /pkgtools/pkg_install | |
parent | 1053bd81da9a1b6fc95246b8c6c97aaac6f4cd3b (diff) | |
download | pkgsrc-2ef4aec27999f3bfc2bdb8b1ab216cc58b8ae36b.tar.gz |
Fixed typos.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/MESSAGE | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgtools/pkg_install/MESSAGE b/pkgtools/pkg_install/MESSAGE index 1e4c816a06f..07b3f544782 100644 --- a/pkgtools/pkg_install/MESSAGE +++ b/pkgtools/pkg_install/MESSAGE @@ -1,9 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2007/10/09 19:19:14 martti Exp $ +$NetBSD: MESSAGE,v 1.4 2008/01/13 22:31:25 rillig Exp $ You may wish to have the vulnerabilities file downloaded daily so that it remains current. This may be done by adding an appropriate entry -to a users crontab(5) entry. For example the entry +to a user's crontab(5) entry. For example the entry # download vulnerabilities file 0 3 * * * ${PREFIX}/sbin/download-vulnerability-list >/dev/null 2>&1 @@ -19,15 +19,15 @@ if [ -x ${PREFIX}/sbin/audit-packages ]; then ${PREFIX}/sbin/audit-packages fi -Alternatively this can also be acomplished by adding an entry to a users +Alternatively this can also be acomplished by adding an entry to a user's crontab(5) file. e.g.: # run audit-packages 0 3 * * * ${PREFIX}/sbin/audit-packages audit-packages and/or download-vulnerability-list need not be run by -the root user. They will function as an unpriveleged user just so -long as the user chosen has permmission to write the pkg-vulnerabilites +the root user. They will function as an unprivileged user, as long +as the user chosen has permission to write the pkg-vulnerabilites to ${PKGVULNDIR}. A sample audit-packages.conf has been installed to: @@ -39,5 +39,4 @@ ${PKG_SYSCONFDIR}/audit-packages.conf. If you want to use signature verification you will need to install GnuPG and set the path for GPG appropriately in your audit-packages.conf. See audit-packages.conf(5) and audit-packages(8) for further information. - =========================================================================== |