From c0c8fcb92d676e1f1ddb062c52a349fbf8c0942b Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Sat, 28 Jan 2012 02:52:22 +0000 Subject: [PATCH] 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 --- etc/devd/apple.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/devd/apple.conf b/etc/devd/apple.conf index 26cbbb85015..a84822f7fd6 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"; };