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
158c4475c8
commit
c0c8fcb92d
@ -6,7 +6,6 @@
|
|||||||
notify 0 {
|
notify 0 {
|
||||||
match "system" "PMU";
|
match "system" "PMU";
|
||||||
match "subsystem" "Button";
|
match "subsystem" "Button";
|
||||||
match "notify" "0x0";
|
|
||||||
action "shutdown -p now";
|
action "shutdown -p now";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -16,7 +15,6 @@ notify 0 {
|
|||||||
match "system" "PMU";
|
match "system" "PMU";
|
||||||
match "subsystem" "lid";
|
match "subsystem" "lid";
|
||||||
match "type" "close";
|
match "type" "close";
|
||||||
match "notify" "0x0";
|
|
||||||
action "shutdown -p now";
|
action "shutdown -p now";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user