mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-04 08:05:24 +07:00
[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:
parent
c449ee6f7f
commit
00d063985a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user