diff options
Diffstat (limited to 'etc/udev/gentoo/95-udev-late.rules')
-rw-r--r-- | etc/udev/gentoo/95-udev-late.rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/udev/gentoo/95-udev-late.rules b/etc/udev/gentoo/95-udev-late.rules index 5d7a6a8a4e..40ada28b14 100644 --- a/etc/udev/gentoo/95-udev-late.rules +++ b/etc/udev/gentoo/95-udev-late.rules @@ -13,9 +13,6 @@ SUBSYSTEM=="net", ACTION=="add", RUN+="net.sh %k start" SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh %k stop" -# debug events to /events, but not on default udev_log="err" -ENV{UDEV_LOG}=="[4-9]", RUN+="eventrecorder.sh" - # event to be catched by udevmonitor RUN+="socket:/org/kernel/udev/monitor" |