OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-doc Date: 02-Apr-2003 12:04:29
Branch: HEAD Handle: 2003040211042801
Modified files:
openpkg-doc/articles/sysadmin
article.txt
openpkg-doc/handbook openpkg.xml
Log:
correct spelling of "privileges"
Summary:
Revision Changes Path
1.134 +3 -3 openpkg-doc/articles/sysadmin/article.txt
1.68 +7 -7 openpkg-doc/handbook/openpkg.xml
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-doc/articles/sysadmin/article.txt
============================================================================
$ cvs diff -u -r1.133 -r1.134 article.txt
--- openpkg-doc/articles/sysadmin/article.txt 21 Jan 2003 11:19:12 -0000 1.133
+++ openpkg-doc/articles/sysadmin/article.txt 2 Apr 2003 10:04:28 -0000 1.134
@@ -976,8 +976,8 @@
# <prefix>/etc/rc all stop start restart all packages
$ eval `<prefix>/etc/rc --eval all env` setup shell environment of all
packages
-Legend: # command has to be executed with root priviledges
- $ command should be executed withough root priviledges
+Legend: # command has to be executed with root privileges
+ $ command should be executed withough root privileges
<prefix> e.g. /usr/opkg
<pkg-name> e.g. rsync
<pkg-spec> e.g. rsync.spec
@@ -1007,7 +1007,7 @@
- Users benefits from packager's knowledge
- Cryptographically signed packages
- Package integrity verification
-- Support for building packages as unpriviledged user
+- Support for building packages as unprivileged user
- Installation under arbitrary file system prefix
- Allows multiple instances on the same host
- Fully uninstalls packages
@@ .
patch -p0 <<'@@ .'
Index: openpkg-doc/handbook/openpkg.xml
============================================================================
$ cvs diff -u -r1.67 -r1.68 openpkg.xml
--- openpkg-doc/handbook/openpkg.xml 28 Jan 2003 08:59:55 -0000 1.67
+++ openpkg-doc/handbook/openpkg.xml 2 Apr 2003 10:04:29 -0000 1.68
@@ -731,11 +731,11 @@
bootstrapping a new OpenPKG instance. This user and group name pair
indicates the management user and group. If the administrator does not
explicitly specify the additional superuser, restricted and
- non-priviledged user and group names, they will be determined by using
+ non-privileged user and group names, they will be determined by using
the given management user and group names as a template.
By default, the restricted user name will match that of the management
- user, adding a '-r' extension. The non-priviledged user name will match
+ user, adding a '-r' extension. The non-privileged user name will match
that of the management user, but add a '-n' extension instead. The
superuser user name is 'root' by default.
@@ -756,7 +756,7 @@
running the bootstrapper (see <xref linkend='bstrap-overview'/>) to
accommodate special user and group names. Specify the name of the
management user with --musr=<name>, the restricted user with
- --rusr=<name>, the non-priviledged user with
+ --rusr=<name>, the non-privileged user with
--nusr=<name>, and the superuser user with --susr=<name>.
Accordingly, group names can be specified with --mgrp=<name>,
--rgrp=<name>, --ngrp=<name>, and --sgrp=<name>.
@@ -774,7 +774,7 @@
</listitem>
<listitem>
<simpara>
- --nusr=<non-priviledged user name>
+ --nusr=<non-privileged user name>
</simpara>
</listitem>
<listitem>
@@ -794,7 +794,7 @@
</listitem>
<listitem>
<simpara>
- --ngrp=<non-priviledged group name>
+ --ngrp=<non-privileged group name>
</simpara>
</listitem>
<listitem>
@@ -810,9 +810,9 @@
<para>
These user and group names can be queried from within the OpenPKG
specification file. The variables %{l_musr}, %{l_rusr}, and %{l_nusr}
- expand to the management, restricted, and non-priviledged users. The
+ expand to the management, restricted, and non-privileged users. The
variables %{l_mgrp}, %{l_rgrp}, and %{l_ngrp} expand to the
- management, restricted, and non-priviledged groups.
+ management, restricted, and non-privileged groups.
</para>
</sect2>
</sect1>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]