1
0
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:
greg@kroah.com 2004-11-10 18:13:11 -08:00 committed by Greg KH
parent e9f653894e
commit 3874126807

View File

@ -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"