svn commit: r230640 - head/etc/devd

Justin Hibbits jhibbits at FreeBSD.org
Sat Jan 28 02:52:23 UTC 2012


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";
 };
 


More information about the svn-src-head mailing list