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:
parent
ca620d68ac
commit
6779d40f21
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user