nightmorph 07/02/18 21:54:54 Modified: xfce-config.xml Log: fixed adding users to groups section, thanks to a forwarded email from drac
Revision Changes Path 1.3 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.2&r2=1.3 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xfce-config.xml 27 Jan 2007 01:36:15 -0000 1.2 +++ xfce-config.xml 18 Feb 2007 21:54:54 -0000 1.3 @@ -21,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.1</version> -<date>2007-01-26</date> +<version>1.2</version> +<date>2007-02-18</date> <chapter> <title>Introduction</title> @@ -111,14 +111,14 @@ </pre> <p> -Next, add your regular user(s) to the following groups, so that they can take -full advantage of <c>hal</c> and be able to mount and use devices such as -cameras, CD-ROMs, CD-RWs, and USB sticks: +Next, add your regular user(s) to the <c>plugdev</c>, <c>cdrom</c>, <c>cdrw</c>, +and <c>usb</c> groups, so that they can take full advantage of <c>hal</c> and be +able to mount and use devices such as cameras, optical drives, and USB sticks. </p> <pre caption="Adding users to the hardware groups"> -<comment>(Remember to replace username with your actual user)</comment> -# <i>gpasswd -a username plugdev,cdrom,cdrw,usb</i> +<comment>(Replace username with your actual user)</comment> +# <i>for x in plugdev cdrom cdrw usb ; do gpasswd -a username $x ; done</i> </pre> <p> -- [email protected] mailing list
