Remove the notify match from a couple devd apple events, the events don't
include notify tags. Approved by: nwhitehorn (mentor) MFC after: 3 days
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user