Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd/files: 40-gentoo.rules
Date: Mon, 09 Jul 2012 21:40:04
Message-Id: 20120709212713.EEE4120063@flycatcher.gentoo.org
1 mgorny 12/07/09 21:27:13
2
3 Added: 40-gentoo.rules
4 Log:
5 Version bump. Integrate some code from the udev ebuild.
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 sys-apps/systemd/files/40-gentoo.rules
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/files/40-gentoo.rules?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/files/40-gentoo.rules?rev=1.1&content-type=text/plain
14
15 Index: 40-gentoo.rules
16 ===================================================================
17 # do not edit this file, it will be overwritten on update
18
19 # setting permissions
20 SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"
21
22 # dialout devices
23 KERNEL=="ippp*|isdn*|dcbri*|rfcomm*|ttyACM[0-9]*|pilot", GROUP="uucp"
24
25 # sound devices (oss)
26 SUBSYSTEM=="snd", GROUP="audio"
27
28 # Sony Vaio Jogdial sonypi device
29 KERNEL=="sonypi", MODE="0666"