From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
by finch.gentoo.org with esmtp (Exim 4.60)
(envelope-from )
id 1QscJN-0004HI-0E
for garchives@archives.gentoo.org; Sun, 14 Aug 2011 15:09:13 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 2CBBC21C25F;
Sun, 14 Aug 2011 15:09:02 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id F32C321C25F
for ; Sun, 14 Aug 2011 15:09:01 +0000 (UTC)
Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6])
(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id 5873D1B404C
for ; Sun, 14 Aug 2011 15:09:01 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 617)
id 15F862004C; Sun, 14 Aug 2011 15:09:00 +0000 (UTC)
From: "Sven Vermeulen (swift)"
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gnome-config.xml
X-VCS-Repository: gentoo
X-VCS-Files: gnome-config.xml
X-VCS-Directories: xml/htdocs/doc/en
X-VCS-Committer: swift
X-VCS-Committer-Name: Sven Vermeulen
Content-Type: text/plain; charset=utf8
Message-Id: <20110814150900.15F862004C@flycatcher.gentoo.org>
Date: Sun, 14 Aug 2011 15:09:00 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@lists.gentoo.org
Reply-to: docs-team@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt:
X-Archives-Hash: 3295240ed3c3e6741a1df54e02ea08aa
swift 11/08/14 15:09:00
Modified: gnome-config.xml
Log:
Bug #377885 - Tell users about adding themselves to the plugdev group i=
f 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/gnom=
e-config.xml?rev=3D1.34&view=3Dmarkup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnom=
e-config.xml?rev=3D1.34&content-type=3Dtext/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnom=
e-config.xml?r1=3D1.33&r2=3D1.34
Index: gnome-config.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
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 @@
-
+
=20
The GNOME Configuration HOWTO
@@ -24,8 +24,8 @@
=20
-2
-2011-07-02
+3
+2011-08-13
=20
What is GNOME?
@@ -141,12 +141,25 @@
Next we'll clean up the remaining services and user groups.=20
=20
-
-# gpasswd -a yourregularuser plugdev
+
# /etc/init.d/dbus start
# rc-update add dbus default
=20
+
+Check if the plugdev group exists. If it does, it is adviseable t=
o make
+yourself member of that group, but this is optional (the group is not th=
at
+common anymore).
+
+
+
+~# getent group plugdev
+plugdev:x:104:
+
+# Substitute yourUserName with your user name ;-)
+~# gpasswd -a yourUserName plugdev
+
+