svn commit: r329150 - head/etc/devd
Rodney W. Grimes
freebsd at pdx.rh.CN85.dnsmgr.net
Mon Feb 12 05:10:32 UTC 2018
[ Charset UTF-8 unsupported, converting... ]
> Author: imp
> Date: Mon Feb 12 04:54:51 2018
> New Revision: 329150
> URL: https://svnweb.freebsd.org/changeset/base/329150
>
> Log:
> Install devmatch.conf, don't install usb.conf
Doesnt this break devd and anyone depending on it?
Does usb.conf need to go in OBSOLETEFILES now?
Relnotes y?
> Modified:
> head/etc/devd/Makefile
>
> Modified: head/etc/devd/Makefile
> ==============================================================================
> --- head/etc/devd/Makefile Mon Feb 12 04:52:25 2018 (r329149)
> +++ head/etc/devd/Makefile Mon Feb 12 04:54:51 2018 (r329150)
> @@ -12,13 +12,14 @@ FILES+= apple.conf
> .if ${MK_ACPI} != "no"
> FILES+= asus.conf
> .endif
> +FILES+=devmatch.conf
^ missing tab
> .if ${MK_HYPERV} != "no"
> FILES+= hyperv.conf
> .endif
> .endif
>
> .if ${MK_USB} != "no"
> -FILES+= uath.conf ulpt.conf usb.conf
> +FILES+= uath.conf ulpt.conf
> .endif
>
> .if ${MK_ZFS} != "no"
--
Rod Grimes rgrimes at freebsd.org
More information about the svn-src-head
mailing list