mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue