Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-configure.xml
Date: Sun, 10 Jun 2007 23:23:32
Message-Id: E1HxWkY-0003TO-9Y@stork.gentoo.org
1 jkt 07/06/10 23:23:10
2
3 Modified: hb-install-configure.xml
4 Log:
5 #149062, don't advertise the portage group for security reasons
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/draft/complete/hb-install-configure.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/complete/hb-install-configure.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/complete/hb-install-configure.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/complete/hb-install-configure.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-configure.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/complete/hb-install-configure.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-configure.xml 6 Jan 2006 20:05:07 -0000 1.1
21 +++ hb-install-configure.xml 10 Jun 2007 23:23:10 -0000 1.2
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/complete/hb-install-configure.xml,v 1.1 2006/01/06 20:05:07 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/complete/hb-install-configure.xml,v 1.2 2007/06/10 23:23:10 jkt Exp $ -->
28
29 <sections>
30
31 <version>0.0</version>
32 -<date>2005-06-19</date>
33 +<date>2007-06-11</date>
34
35 <section>
36 <title>File system information</title>
37 @@ -259,11 +259,11 @@
38 </p>
39
40 <pre caption="Creating a user">
41 -# <i>useradd -m -g users -G wheel,audio,cdrom,games,users,portage john</i>
42 +# <i>useradd -m -g users -G wheel,audio,cdrom,games,users john</i>
43 </pre>
44
45 <p>
46 -Most groups are self-explanatory, the <e>wheel</e> and <e>portage</e> groups
47 +Most groups are self-explanatory, but the <e>wheel</e> group
48 might need a small introduction.
49 </p>
50
51 @@ -277,13 +277,6 @@
52 Gentoo web site.
53 </p>
54
55 -<p>
56 -The <e>portage</e> group contains all users who should be allowed to run
57 -<c>emerge</c> and other portage-related tools for <e>querying</e> the database.
58 -This doesn't allow those users to install or uninstall software though, you
59 -still need to be root for that, or have equivalent access.
60 -</p>
61 -
62 </body>
63 </subsection>
64 </section>
65
66
67
68 --
69 gentoo-doc-cvs@g.o mailing list