From owner-svn-src-head@FreeBSD.ORG Tue Nov 4 23:03:37 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A6741065672; Tue, 4 Nov 2008 23:03:37 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 10B5F8FC20; Tue, 4 Nov 2008 23:03:37 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mA4N3aTV010143; Tue, 4 Nov 2008 23:03:36 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mA4N3apg010142; Tue, 4 Nov 2008 23:03:36 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <200811042303.mA4N3apg010142@svn.freebsd.org> From: Xin LI Date: Tue, 4 Nov 2008 23:03:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184663 - head/etc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 23:03:37 -0000 Author: delphij Date: Tue Nov 4 23:03:36 2008 New Revision: 184663 URL: http://svn.freebsd.org/changeset/base/184663 Log: Correct a typo that prevented my laptop from starting devd. Modified: head/etc/devd.conf Modified: head/etc/devd.conf ============================================================================== --- head/etc/devd.conf Tue Nov 4 22:51:56 2008 (r184662) +++ head/etc/devd.conf Tue Nov 4 23:03:36 2008 (r184663) @@ -265,7 +265,7 @@ notify 0 { notify 0 { match "system" "ACPI"; - match "subsystem"i "ASUS"; + match "subsystem" "ASUS"; match "notify" "0x31"; action "mixer vol -10"; };