]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] add inotify to the rules for gentoo
authorgreg@kroah.com <greg@kroah.com>
Sat, 23 Oct 2004 12:44:44 +0000 (05:44 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:08:27 +0000 (22:08 -0700)
etc/udev/udev.permissions.gentoo
etc/udev/udev.rules.gentoo

index edd8e39cde450fdc5ec1c07997009eb8d2308c8d..51dd9f290e36a63dd03669f85172a90898c4b533 100644 (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
index b33df81d25a01ffa9f1b44cdbf0a4725702888be..ffc56ee7e42f8205fe56bd63aa2097cfdf00d03f 100644 (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"