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 1R5HRe-00063e-2A for garchives@archives.gentoo.org; Sun, 18 Sep 2011 13:30:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD97A21C188; Sun, 18 Sep 2011 13:29:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A010721C08E for ; Sun, 18 Sep 2011 13:29:47 +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 18A581B4029 for ; Sun, 18 Sep 2011 13:29:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id C7E1F20054; Sun, 18 Sep 2011 13:29:45 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xfce-config.xml X-VCS-Repository: gentoo X-VCS-Files: xfce-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: <20110918132945.C7E1F20054@flycatcher.gentoo.org> Date: Sun, 18 Sep 2011 13:29:45 +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: 25fcf3c91a5b4b14e7d59e091254cefe 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=3D1.38&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce= -config.xml?rev=3D1.38&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce= -config.xml?r1=3D1.37&r2=3D1.38 Index: xfce-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/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 @@ - + =20 The Xfce Configuration Guide @@ -18,8 +18,8 @@ =20 -5 -2011-02-14 +6 +2011-09-18 =20 Introduction @@ -84,14 +84,14 @@ =20

-Next, add your regular user(s) to the plugdev, cdrom, c= drw, +Next, add your regular user(s) to the cdrom, cdrw, and usb groups, so that they can mount and use devices such as ca= meras, optical drives, and USB sticks.

=20
 (Replace username with your actual user)
-# for x in plugdev cdrom cdrw usb ; do gpasswd -a username $x ; done<=
/i>
+# for x in cdrom cdrw usb ; do gpasswd -a username $x ; done
 
=20