swift 11/09/18 13:29:45 Modified: xfce-config.xml Log: Fix bug #383459 - remove reference to plugdev as it is not used/common anymore. Thanks to Markos Chandras for reporting and patch
Revision Changes Path 1.38 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.37&r2=1.38 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- xfce-config.xml 14 Feb 2011 20:43:47 -0000 1.37 +++ xfce-config.xml 18 Sep 2011 13:29:45 -0000 1.38 @@ -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/xfce-config.xml,v 1.37 2011/02/14 20:43:47 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.38 2011/09/18 13:29:45 swift Exp $ --> <guide> <title>The Xfce Configuration Guide</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>5</version> -<date>2011-02-14</date> +<version>6</version> +<date>2011-09-18</date> <chapter> <title>Introduction</title> @@ -84,14 +84,14 @@ </pre> <p> -Next, add your regular user(s) to the <c>plugdev</c>, <c>cdrom</c>, <c>cdrw</c>, +Next, add your regular user(s) to the <c>cdrom</c>, <c>cdrw</c>, and <c>usb</c> groups, so that they can mount and use devices such as cameras, optical drives, and USB sticks. </p> <pre caption="Adding users to the hardware groups"> <comment>(Replace username with your actual user)</comment> -# <i>for x in plugdev cdrom cdrw usb ; do gpasswd -a username $x ; done</i> +# <i>for x in cdrom cdrw usb ; do gpasswd -a username $x ; done</i> </pre> <p>