Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gnome-config.xml
Date: Sun, 14 Aug 2011 15:09:13
Message-Id: 20110814150900.15F862004C@flycatcher.gentoo.org
1 swift 11/08/14 15:09:00
2
3 Modified: gnome-config.xml
4 Log:
5 Bug #377885 - Tell users about adding themselves to the plugdev group if that group exists
6
7 Revision Changes Path
8 1.34 xml/htdocs/doc/en/gnome-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.34&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.34&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.33&r2=1.34
13
14 Index: gnome-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v
17 retrieving revision 1.33
18 retrieving revision 1.34
19 diff -u -r1.33 -r1.34
20 --- gnome-config.xml 3 Jul 2011 04:07:04 -0000 1.33
21 +++ gnome-config.xml 14 Aug 2011 15:08:59 -0000 1.34
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.33 2011/07/03 04:07:04 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.34 2011/08/14 15:08:59 swift Exp $ -->
27
28 <guide>
29 <title>The GNOME Configuration HOWTO</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2</version>
35 -<date>2011-07-02</date>
36 +<version>3</version>
37 +<date>2011-08-13</date>
38
39 <chapter>
40 <title>What is GNOME?</title>
41 @@ -141,12 +141,25 @@
42 Next we'll clean up the remaining services and user groups.
43 </p>
44
45 -<pre caption="Services and groups">
46 -# <i>gpasswd -a yourregularuser plugdev</i>
47 +<pre caption="Setting up the DBUS service">
48 # <i>/etc/init.d/dbus start</i>
49 # <i>rc-update add dbus default</i>
50 </pre>
51
52 +<p>
53 +Check if the <e>plugdev</e> group exists. If it does, it is adviseable to make
54 +yourself member of that group, but this is optional (the group is not that
55 +common anymore).
56 +</p>
57 +
58 +<pre caption="Checking and adding users to plugdev">
59 +~# <i>getent group plugdev</i>
60 +plugdev:x:104:
61 +
62 +<comment># Substitute yourUserName with your user name ;-)</comment>
63 +~# <i>gpasswd -a yourUserName plugdev</i>
64 +</pre>
65 +
66 </body>
67 </section>
68 <section>