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: xfce-config.xml
Date: Sun, 18 Sep 2011 13:30:06
Message-Id: 20110918132945.C7E1F20054@flycatcher.gentoo.org
1 swift 11/09/18 13:29:45
2
3 Modified: xfce-config.xml
4 Log:
5 Fix bug #383459 - remove reference to plugdev as it is not used/common anymore. Thanks to Markos Chandras for reporting and patch
6
7 Revision Changes Path
8 1.38 xml/htdocs/doc/en/xfce-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.38&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.38&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.37&r2=1.38
13
14 Index: xfce-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
17 retrieving revision 1.37
18 retrieving revision 1.38
19 diff -u -r1.37 -r1.38
20 --- xfce-config.xml 14 Feb 2011 20:43:47 -0000 1.37
21 +++ xfce-config.xml 18 Sep 2011 13:29:45 -0000 1.38
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/xfce-config.xml,v 1.37 2011/02/14 20:43:47 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.38 2011/09/18 13:29:45 swift Exp $ -->
27
28 <guide>
29 <title>The Xfce Configuration Guide</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>5</version>
35 -<date>2011-02-14</date>
36 +<version>6</version>
37 +<date>2011-09-18</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -84,14 +84,14 @@
42 </pre>
43
44 <p>
45 -Next, add your regular user(s) to the <c>plugdev</c>, <c>cdrom</c>, <c>cdrw</c>,
46 +Next, add your regular user(s) to the <c>cdrom</c>, <c>cdrw</c>,
47 and <c>usb</c> groups, so that they can mount and use devices such as cameras,
48 optical drives, and USB sticks.
49 </p>
50
51 <pre caption="Adding users to the hardware groups">
52 <comment>(Replace username with your actual user)</comment>
53 -# <i>for x in plugdev cdrom cdrw usb ; do gpasswd -a username $x ; done</i>
54 +# <i>for x in cdrom cdrw usb ; do gpasswd -a username $x ; done</i>
55 </pre>
56
57 <p>