mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
[PATCH] fix gentoo legacy tty rule
I thought I had fixed this a long time ago...
This commit is contained in:
parent
e9f653894e
commit
3874126807
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user