From owner-svn-src-stable@FreeBSD.ORG Tue Jan 31 02:30:47 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0AE91065679; Tue, 31 Jan 2012 02:30:47 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ABD488FC18; Tue, 31 Jan 2012 02:30:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q0V2UlPY014297; Tue, 31 Jan 2012 02:30:47 GMT (envelope-from jhibbits@svn.freebsd.org) Received: (from jhibbits@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q0V2UlRu014295; Tue, 31 Jan 2012 02:30:47 GMT (envelope-from jhibbits@svn.freebsd.org) Message-Id: <201201310230.q0V2UlRu014295@svn.freebsd.org> From: Justin Hibbits Date: Tue, 31 Jan 2012 02:30:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r230802 - stable/9/etc/devd X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2012 02:30:47 -0000 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"; };