diff options
author | greg@kroah.com <greg@kroah.com> | 2004-11-10 18:13:11 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:09:26 -0700 |
commit | 3874126807efcc61eded424aace7e40c79a025a7 (patch) | |
tree | 8a66eda5ada2fb1bcf69c63a5a546709fb3cec22 /etc | |
parent | e9f653894e04621d217ca5143a92c803d9995dc5 (diff) |
[PATCH] fix gentoo legacy tty rule
I thought I had fixed this a long time ago...
Diffstat (limited to 'etc')
-rw-r--r-- | etc/udev/udev.rules.gentoo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index ffc56ee7e4..08bc9f99d1 100644 --- a/etc/udev/udev.rules.gentoo +++ b/etc/udev/udev.rules.gentoo @@ -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" |