summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-09-05 17:56:08 +0200
committerGreg KH <gregkh@suse.de>2005-04-26 21:37:00 -0700
commit00d063985a209444d7252f622149351a5cff8939 (patch)
tree6bc961f7d386d2eaeb2d3db4f749fbaea83ca8a2 /etc
parentc449ee6f7f328c66468988da5f07dff53e141f0f (diff)
[PATCH] Fix old-style pty breakage in rules file for tty device.
Thanks to Martin Schlemmer <azarah@nosferatu.za.org> for the fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/udev/udev.rules.gentoo2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo
index a2b878d4a3..f8208d9495 100644
--- a/etc/udev/udev.rules.gentoo
+++ b/etc/udev/udev.rules.gentoo
@@ -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"