diff options
author | jhibbits <jhibbits@FreeBSD.org> | 2012-01-28 02:52:22 +0000 |
---|---|---|
committer | jhibbits <jhibbits@FreeBSD.org> | 2012-01-28 02:52:22 +0000 |
commit | 6779d40f21f89faf8e3ba5be6039b5afdb74c635 (patch) | |
tree | 3527ee2838cd13d7431028bcd1351342d53c9f6d | |
parent | ca620d68ac302a25017c571623961a50d251a780 (diff) | |
download | FreeBSD-src-6779d40f21f89faf8e3ba5be6039b5afdb74c635.zip FreeBSD-src-6779d40f21f89faf8e3ba5be6039b5afdb74c635.tar.gz |
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
-rw-r--r-- | etc/devd/apple.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/devd/apple.conf b/etc/devd/apple.conf index 26cbbb8..a84822f 100644 --- a/etc/devd/apple.conf +++ b/etc/devd/apple.conf @@ -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"; }; |