svn commit: r334007 - head/etc/devd

Emmanuel Vadot manu at FreeBSD.org
Mon May 21 21:44:48 UTC 2018


Author: manu
Date: Mon May 21 21:44:47 2018
New Revision: 334007
URL: https://svnweb.freebsd.org/changeset/base/334007

Log:
  devd: Always install devmatch.conf
  
  It allows devd to run devmatch to find the correct driver based on pnp info.
  
  No Objection from:    imp

Modified:
  head/etc/devd/Makefile

Modified: head/etc/devd/Makefile
==============================================================================
--- head/etc/devd/Makefile	Mon May 21 21:15:46 2018	(r334006)
+++ head/etc/devd/Makefile	Mon May 21 21:44:47 2018	(r334007)
@@ -4,6 +4,8 @@
 
 FILEGROUPS=	FILES
 
+FILES+=	devmatch.conf
+
 .if ${MACHINE} == "powerpc"
 FILES+=	apple.conf
 .endif
@@ -12,7 +14,6 @@ FILES+=	apple.conf
 .if ${MK_ACPI} != "no"
 FILES+=	asus.conf
 .endif
-FILES+=	devmatch.conf
 .if ${MK_HYPERV} != "no"
 FILES+=	hyperv.conf
 .endif


More information about the svn-src-head mailing list