chiark / gitweb /
[PATCH] Fix old-style pty breakage in rules file for tty device.
authorgreg@kroah.com <greg@kroah.com>
Sun, 5 Sep 2004 15:56:08 +0000 (17:56 +0200)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:37:00 +0000 (21:37 -0700)
Thanks to Martin Schlemmer <azarah@nosferatu.za.org> for the fix.

etc/udev/udev.rules.gentoo

index a2b878d4a376302b126910ef186434f3570525b2..f8208d9495a8d33418013876164814b517b34818 100644 (file)
@@ -65,7 +65,7 @@ KERNEL="uinput",    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="tty/s%n", SYMLINK="%k"
+KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k"
 
 # ramdisk devices
 KERNEL="ram[0-9]*", NAME="rd/%n", SYMLINK="%k"