[PATCH] Fix old-style pty breakage in rules file for tty device.

Thanks to Martin Schlemmer <azarah@nosferatu.za.org> for the fix.
This commit is contained in:
greg@kroah.com 2004-09-05 17:56:08 +02:00 committed by Greg KH
parent c449ee6f7f
commit 00d063985a

View 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"