1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

[PATCH] add inotify to the rules for gentoo

This commit is contained in:
greg@kroah.com 2004-10-23 05:44:44 -07:00 committed by Greg KH
parent f4949c53e6
commit 069410dbb4
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ zero:root:root:0666
# misc devices
misc/nvram:root:root:0660
misc/rtc:root:root:0664
misc/inotify:root:root:0666
# floppy devices
fd[01]*:root:floppy:0660

View File

@ -62,6 +62,7 @@ KERNEL="microcode", NAME="misc/%k", SYMLINK="%k"
KERNEL="psaux", NAME="misc/%k", SYMLINK="%k"
KERNEL="rtc", NAME="misc/%k", SYMLINK="%k"
KERNEL="uinput", NAME="misc/%k", SYMLINK="%k"
KERNEL="inotify", NAME="misc/%k", SYMLINK="%k"
# pty devices
KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k"