svn commit: r184663 - head/etc

Xin LI delphij at FreeBSD.org
Tue Nov 4 15:03:37 PST 2008


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


More information about the svn-src-head mailing list