Author: jhibbits
Date: Tue Jan 31 02:30:47 2012
New Revision: 230802
URL: http://svn.freebsd.org/changeset/base/230802
Log:
MFC r230640:
Remove the notify match from a couple devd apple events, the events don't
include notify tags.
Approved by: nwhitehorn (mentor)
Modified:
stable/9/etc/devd/apple.conf
Directory Properties:
stable/9/etc/ (props changed)
Modified: stable/9/etc/devd/apple.conf
==============================================================================
--- stable/9/etc/devd/apple.conf Tue Jan 31 02:11:05 2012
(r230801)
+++ stable/9/etc/devd/apple.conf Tue Jan 31 02:30:47 2012
(r230802)
@@ -6,7 +6,6 @@
notify 0 {
match "system" "PMU";
match "subsystem" "Button";
- match "notify" "0x0";
action "shutdown -p now";
};
@@ -16,7 +15,6 @@ notify 0 {
match "system" "PMU";
match "subsystem" "lid";
match "type" "close";
- match "notify" "0x0";
action "shutdown -p now";
};
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"