Author: jhibbits
Date: Sat Jan 28 02:52:22 2012
New Revision: 230640
URL: http://svn.freebsd.org/changeset/base/230640

Log:
  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

Modified:
  head/etc/devd/apple.conf

Modified: head/etc/devd/apple.conf
==============================================================================
--- head/etc/devd/apple.conf    Sat Jan 28 02:48:48 2012        (r230639)
+++ head/etc/devd/apple.conf    Sat Jan 28 02:52:22 2012        (r230640)
@@ -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";
 };
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to