From 069410dbb4769595f57d6208c4a524b2eaa2659c Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Sat, 23 Oct 2004 05:44:44 -0700 Subject: [PATCH] [PATCH] add inotify to the rules for gentoo --- etc/udev/udev.permissions.gentoo | 1 + etc/udev/udev.rules.gentoo | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/udev/udev.permissions.gentoo b/etc/udev/udev.permissions.gentoo index edd8e39cde4..51dd9f290e3 100644 --- a/etc/udev/udev.permissions.gentoo +++ b/etc/udev/udev.permissions.gentoo @@ -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 diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index b33df81d25a..ffc56ee7e42 100644 --- a/etc/udev/udev.rules.gentoo +++ b/etc/udev/udev.rules.gentoo @@ -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" -- 2.39.2