From: greg@kroah.com Date: Thu, 11 Nov 2004 02:13:11 +0000 (-0800) Subject: [PATCH] fix gentoo legacy tty rule X-Git-Tag: 043~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=3874126807efcc61eded424aace7e40c79a025a7 [PATCH] fix gentoo legacy tty rule I thought I had fixed this a long time ago... --- diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index ffc56ee7e..08bc9f99d 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"