From owner-svn-src-all@freebsd.org Mon Feb 12 05:10:32 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4D6FF18889; Mon, 12 Feb 2018 05:10:32 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 434957F0A7; Mon, 12 Feb 2018 05:10:32 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w1C5AUvg042401; Sun, 11 Feb 2018 21:10:30 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w1C5AUFY042400; Sun, 11 Feb 2018 21:10:30 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201802120510.w1C5AUFY042400@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r329150 - head/etc/devd In-Reply-To: <201802120454.w1C4sp4o086856@repo.freebsd.org> To: Warner Losh Date: Sun, 11 Feb 2018 21:10:30 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 05:10:32 -0000 [ 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@freebsd.org