Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2008 23:03:36 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184663 - head/etc
Message-ID:  <200811042303.mA4N3apg010142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";
 };



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