Deleted Added
full compact
1c1
< # $FreeBSD: head/etc/devd.conf 123626 2003-12-18 04:39:57Z njl $
---
> # $FreeBSD: head/etc/devd.conf 125366 2004-02-03 04:18:56Z njl $
77c77
< action "/etc/rc.d/power_profile $notify";
---
> action "/etc/rc.d/power_profile $notify";
79a80,89
> # Notify all users before beginning emergency shutdown when we get
> # a _CRT or _HOT thermal event and we're going to power down the system
> # very soon.
> notify 10 {
> match "system" "ACPI";
> match "subsystem" "Thermal";
> match "notify" "0xcc";
> action "logger -p kern.emerg 'WARNING: system temperature too high, shutting down soon!'";
> };
>