From 00d063985a209444d7252f622149351a5cff8939 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Sun, 5 Sep 2004 17:56:08 +0200 Subject: [PATCH 1/1] [PATCH] Fix old-style pty breakage in rules file for tty device. Thanks to Martin Schlemmer for the fix. --- etc/udev/udev.rules.gentoo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index a2b878d4a..f8208d949 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" -- 2.30.2