Date: Sun, 11 Feb 2018 22:28:19 -0700 From: Warner Losh <imp@bsdimp.com> To: "Rodney W. Grimes" <rgrimes@freebsd.org> Cc: Warner Losh <imp@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r329150 - head/etc/devd Message-ID: <CANCZdfq48xtNH6f=ZQg%2Bn3Kyo_7J0Oh3gP2obyg4mHEFkP2V%2Bg@mail.gmail.com> In-Reply-To: <201802120510.w1C5AUFY042400@pdx.rh.CN85.dnsmgr.net> References: <201802120454.w1C4sp4o086856@repo.freebsd.org> <201802120510.w1C5AUFY042400@pdx.rh.CN85.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 11, 2018 at 10:10 PM, Rodney W. Grimes < freebsd@pdx.rh.cn85.dnsmgr.net> wrote: > [ 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? > I'm having problems understanding how it would break it? > Does usb.conf need to go in OBSOLETEFILES now? > Yes. It should... > Relnotes y? Yes. It's hard to know where in the sequence of on-boarding a new function where to put it. Warner > > > 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@freebsd.org >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfq48xtNH6f=ZQg%2Bn3Kyo_7J0Oh3gP2obyg4mHEFkP2V%2Bg>