swift       11/08/14 15:09:00

  Modified:             gnome-config.xml
  Log:
  Bug #377885 - Tell users about adding themselves to the plugdev group if that 
group exists

Revision  Changes    Path
1.34                 xml/htdocs/doc/en/gnome-config.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.34&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.34&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.33&r2=1.34

Index: gnome-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- gnome-config.xml    3 Jul 2011 04:07:04 -0000       1.33
+++ gnome-config.xml    14 Aug 2011 15:08:59 -0000      1.34
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.33 
2011/07/03 04:07:04 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.34 
2011/08/14 15:08:59 swift Exp $ -->
 
 <guide>
 <title>The GNOME Configuration HOWTO</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2</version>
-<date>2011-07-02</date>
+<version>3</version>
+<date>2011-08-13</date>
 
 <chapter>
 <title>What is GNOME?</title>
@@ -141,12 +141,25 @@
 Next we'll clean up the remaining services and user groups. 
 </p>
 
-<pre caption="Services and groups">
-# <i>gpasswd -a yourregularuser plugdev</i>
+<pre caption="Setting up the DBUS service">
 # <i>/etc/init.d/dbus start</i>
 # <i>rc-update add dbus default</i>
 </pre>
 
+<p>
+Check if the <e>plugdev</e> group exists. If it does, it is adviseable to make
+yourself member of that group, but this is optional (the group is not that
+common anymore).
+</p>
+
+<pre caption="Checking and adding users to plugdev">
+~# <i>getent group plugdev</i>
+plugdev:x:104:
+
+<comment># Substitute yourUserName with your user name ;-)</comment>
+~# <i>gpasswd -a yourUserName plugdev</i>
+</pre>
+
 </body>
 </section>
 <section>




Reply via email to