pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Fixed typos.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a1ba15b374f
branches:  trunk
changeset: 537678:1a1ba15b374f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 13 22:31:25 2008 +0000

description:
Fixed typos.

diffstat:

 pkgtools/pkg_install/MESSAGE |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 8cfbf4d1b4bf -r 1a1ba15b374f pkgtools/pkg_install/MESSAGE
--- a/pkgtools/pkg_install/MESSAGE      Sun Jan 13 21:37:12 2008 +0000
+++ b/pkgtools/pkg_install/MESSAGE      Sun Jan 13 22:31:25 2008 +0000
@@ -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 @@
         ${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 @@
 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.
-
 ===========================================================================



Home | Main Index | Thread Index | Old Index