Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2012 02:30:47 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r230802 - stable/9/etc/devd
Message-ID:  <201201310230.q0V2UlRu014295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Tue Jan 31 02:30:47 2012
New Revision: 230802
URL: http://svn.freebsd.org/changeset/base/230802

Log:
  MFC r230640:
  
  Remove the notify match from a couple devd apple events, the events don't
  include notify tags.
  
  Approved by:	nwhitehorn (mentor)

Modified:
  stable/9/etc/devd/apple.conf
Directory Properties:
  stable/9/etc/   (props changed)

Modified: stable/9/etc/devd/apple.conf
==============================================================================
--- stable/9/etc/devd/apple.conf	Tue Jan 31 02:11:05 2012	(r230801)
+++ stable/9/etc/devd/apple.conf	Tue Jan 31 02:30:47 2012	(r230802)
@@ -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";
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201310230.q0V2UlRu014295>