From: greg@kroah.com Date: Sat, 23 Oct 2004 12:44:44 +0000 (-0700) Subject: [PATCH] add inotify to the rules for gentoo X-Git-Tag: 042~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=069410dbb4769595f57d6208c4a524b2eaa2659c;p=elogind.git [PATCH] add inotify to the rules for gentoo --- diff --git a/etc/udev/udev.permissions.gentoo b/etc/udev/udev.permissions.gentoo index edd8e39cd..51dd9f290 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 b33df81d2..ffc56ee7e 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"