chiark / gitweb /
[PATCH] fix gentoo legacy tty rule
authorgreg@kroah.com <greg@kroah.com>
Thu, 11 Nov 2004 02:13:11 +0000 (18:13 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:09:26 +0000 (22:09 -0700)
I thought I had fixed this a long time ago...

etc/udev/udev.rules.gentoo

index ffc56ee7e42f8205fe56bd63aa2097cfdf00d03f..08bc9f99d11e7d75d2ceb89840a62c82e5268129 100644 (file)
@@ -66,7 +66,7 @@ KERNEL="inotify",   NAME="misc/%k", SYMLINK="%k"
 
 # pty devices
 KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k"
-KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k"
+KERNEL="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k"
 
 # ramdisk devices
 KERNEL="ram[0-9]*", NAME="rd/%n", SYMLINK="%k"