Deleted Added
sdiff udiff text old ( 123626 ) new ( 125366 )
full compact
1# $FreeBSD: head/etc/devd.conf 123626 2003-12-18 04:39:57Z njl $
2#
3# Refer to devd.conf(5) and devd(8) man pages for the details on how to
4# run and configure devd.
5#
6
7# NB: All regular expressions have an implicit ^$ around them.
8# NB: device-name is shorthand for 'match device-name'
9

--- 59 unchanged lines hidden (view full) ---

69nomatch 0 {
70# action "logger Unknown device: $pnpinfo $location $bus";
71};
72
73# Switch power profiles when the AC line state changes
74notify 10 {
75 match "system" "ACPI";
76 match "subsystem" "ACAD";
77 action "/etc/rc.d/power_profile $notify";
78};
79
80/* EXAMPLES TO END OF FILE
81
82# The following might be an example of something that a vendor might
83# install if you were to add their device. This might reside in
84# /usr/local/etc/devd/deqna.conf. A deqna is, in this hypothetical
85# example, a pccard ethernet-like device. Students of history may
86# know other devices by this name, and will get the in-jokes in this
87# entry.

--- 42 unchanged lines hidden ---