Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xfce-config.xml
Date: Sun, 18 Feb 2007 21:55:15
Message-Id: E1HItzi-0003dw-T4@lark.gentoo.org
1 nightmorph 07/02/18 21:54:54
2
3 Modified: xfce-config.xml
4 Log:
5 fixed adding users to groups section, thanks to a forwarded email from drac
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/en/xfce-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.2&r2=1.3
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.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- xfce-config.xml 27 Jan 2007 01:36:15 -0000 1.2
21 +++ xfce-config.xml 18 Feb 2007 21:54:54 -0000 1.3
22 @@ -21,8 +21,8 @@
23 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
24 <license/>
25
26 -<version>1.1</version>
27 -<date>2007-01-26</date>
28 +<version>1.2</version>
29 +<date>2007-02-18</date>
30
31 <chapter>
32 <title>Introduction</title>
33 @@ -111,14 +111,14 @@
34 </pre>
35
36 <p>
37 -Next, add your regular user(s) to the following groups, so that they can take
38 -full advantage of <c>hal</c> and be able to mount and use devices such as
39 -cameras, CD-ROMs, CD-RWs, and USB sticks:
40 +Next, add your regular user(s) to the <c>plugdev</c>, <c>cdrom</c>, <c>cdrw</c>,
41 +and <c>usb</c> groups, so that they can take full advantage of <c>hal</c> and be
42 +able to mount and use devices such as cameras, optical drives, and USB sticks.
43 </p>
44
45 <pre caption="Adding users to the hardware groups">
46 -<comment>(Remember to replace username with your actual user)</comment>
47 -# <i>gpasswd -a username plugdev,cdrom,cdrw,usb</i>
48 +<comment>(Replace username with your actual user)</comment>
49 +# <i>for x in plugdev cdrom cdrw usb ; do gpasswd -a username $x ; done</i>
50 </pre>
51
52 <p>
53
54
55
56 --
57 gentoo-doc-cvs@g.o mailing list