source: udev/95-debug.rules @ 7e161ea

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 7e161ea was 7e161ea, checked in by Jim Gifford <clfs@…>, 18 years ago

r833@server (orig r831): jim | 2005-12-05 10:42:24 -0800
Added: udev package for Cross-LFS. Work in Progress

  • Property mode set to 100644
File size: 542 bytes
Line 
1########################################################################
2#
3# Description : Debug Rules Set
4#
5# Authors     : Based on Open Suse Udev Rules
6#               kay.sievers@suse.de
7#
8# Adapted to  : Jim Gifford
9# LFS
10#
11# Version     : 00.01
12#
13# Notes       :
14#
15########################################################################
16
17# debug events to /events, but not on default udev_log="err"
18ENV{UDEV_LOG}=="[4-9]", RUN+="/lib/udev/eventrecorder.sh"
19
20# event to be catched by udevmonitor
21RUN+="socket:/org/kernel/udev/monitor"
22
Note: See TracBrowser for help on using the repository browser.