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 1S9j8H-0005qk-IF for garchives@archives.gentoo.org; Mon, 19 Mar 2012 20:24:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28789E0CF4; Mon, 19 Mar 2012 20:24:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E8634E0CF4 for ; Mon, 19 Mar 2012 20:24:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 587EB1B4035 for ; Mon, 19 Mar 2012 20:24:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 183CFE5403 for ; Mon, 19 Mar 2012 20:24:34 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1332188604.a7ac96164f626c750c8ac0ff2d19cc246fed5e64.WilliamH@gentoo> Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: rules.d/ X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: rules.d/40-gentoo.rules X-VCS-Directories: rules.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: a7ac96164f626c750c8ac0ff2d19cc246fed5e64 X-VCS-Branch: master Date: Mon, 19 Mar 2012 20:24:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 23faad18-553e-4460-b90c-fff0a490fe99 X-Archives-Hash: 629e5393b310ee09c4d6281d3c035c6f commit: a7ac96164f626c750c8ac0ff2d19cc246fed5e64 Author: William Hubbs gentoo org> AuthorDate: Mon Mar 19 20:23:24 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Mar 19 20:23:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/udev-gentoo-s= cripts.git;a=3Dcommit;h=3Da7ac9616 Remove 40-gentoo.rules. These rules belong in the main udev package; not the init scripts. --- rules.d/40-gentoo.rules | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/rules.d/40-gentoo.rules b/rules.d/40-gentoo.rules deleted file mode 100644 index fa99ba9..0000000 --- a/rules.d/40-gentoo.rules +++ /dev/null @@ -1,14 +0,0 @@ -# do not edit this file, it will be overwritten on update - -# setting permissions -SUBSYSTEM=3D=3D"usb", ENV{DEVTYPE}=3D=3D"usb_device", GROUP=3D"usb" - -# dialout devices -KERNEL=3D=3D"ippp*|isdn*|dcbri*|rfcomm*|ttyACM[0-9]*|pilot", GROUP=3D"uu= cp" - -# sound devices (oss) -SUBSYSTEM=3D=3D"snd", GROUP=3D"audio" - -# Sony Vaio Jogdial sonypi device -KERNEL=3D=3D"sonypi", MODE=3D"0666" -