diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-21 22:59:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-21 22:59:52 +0000 |
commit | 155084927aa6890d062519fa1cc7106a273819b0 (patch) | |
tree | 6f673ad51a86a57e9e55712fcd45e86ed9cea8df /sys-fs/devfsd | |
parent | Revbump to fix a handful of bugs including 76361, 76654, 77286, 83018, and 84... (diff) | |
download | historical-155084927aa6890d062519fa1cc7106a273819b0.tar.gz historical-155084927aa6890d062519fa1cc7106a273819b0.tar.bz2 historical-155084927aa6890d062519fa1cc7106a273819b0.zip |
add rules for ttyUSB #86094
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-fs/devfsd')
-rw-r--r-- | sys-fs/devfsd/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/devfsd/files/devfsd.conf | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-fs/devfsd/Manifest b/sys-fs/devfsd/Manifest index 6db2902f2490..a71a745aafba 100644 --- a/sys-fs/devfsd/Manifest +++ b/sys-fs/devfsd/Manifest @@ -1,7 +1,7 @@ MD5 ba1816039561733dccf919d73d3865e4 ChangeLog 5581 MD5 e646b3b1d395a11010bf32d82c1fa749 devfsd-1.3.25-r8.ebuild 1547 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 84717588b5c5fc7b7857fffd3862ccea files/devfsd.conf 5849 +MD5 c172caaf62b5ab4efc52f472220e2a09 files/devfsd.conf 5992 MD5 41a6be534a78f5a0ad994b10e4134e6e files/devfsd-1.3.25-kernel-2.5.patch 3929 MD5 b8ec7858c1ac54c47302ca839a52188f files/digest-devfsd-1.3.25-r8 65 MD5 9483221bc19786c3f7cb5df05a664477 files/devfsd-1.3.25-pic.patch 529 diff --git a/sys-fs/devfsd/files/devfsd.conf b/sys-fs/devfsd/files/devfsd.conf index 79585f36d2c4..455b37f4c700 100644 --- a/sys-fs/devfsd/files/devfsd.conf +++ b/sys-fs/devfsd/files/devfsd.conf @@ -4,7 +4,7 @@ # The Gentoo Linux Team - http://www.gentoo.org/ # - Many fixes, etc # -# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/files/devfsd.conf,v 1.5 2005/02/12 01:05:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/files/devfsd.conf,v 1.6 2005/03/21 22:59:52 vapier Exp $ # Enable full compatibility mode for old device names. You may comment these # out if you don't use the old device names. Make sure you know what you're @@ -85,6 +85,8 @@ REGISTER ^floppy/.* PERMISSIONS root.floppy 660 # Give the usb group access to the usb devices REGISTER ^usb/.* PERMISSIONS root.usb 660 REGISTER ^tts/USB.* PERMISSIONS root.usb 660 +REGISTER ^usb/tts/(.*)$ CFUNCTION GLOBAL mksymlink $devname ttyUSB\1 +UNREGISTER ^usb/tts/(.*)$ CFUNCTION GLOBAL unlink ttyUSB\1 # Video devices REGISTER ^v4l/.* PERMISSIONS root.video 660 |