aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2012-01-28 02:52:22 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2012-01-28 02:52:22 +0000
commitc0c8fcb92d676e1f1ddb062c52a349fbf8c0942b (patch)
tree3527ee2838cd13d7431028bcd1351342d53c9f6d /etc/devd
parent158c4475c832b60f103b1f612b7ce43674ebd298 (diff)
downloadsrc-c0c8fcb92d676e1f1ddb062c52a349fbf8c0942b.tar.gz
src-c0c8fcb92d676e1f1ddb062c52a349fbf8c0942b.zip
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
Notes
Notes: svn path=/head/; revision=230640
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/apple.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/devd/apple.conf b/etc/devd/apple.conf
index 26cbbb850151..a84822f7fd6e 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";
};