From owner-svn-src-head@freebsd.org Mon Feb 12 05:28:21 2018 Return-Path: Delivered-To: svn-src-head@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 C1367F19E43 for ; Mon, 12 Feb 2018 05:28:21 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AB357FF85 for ; Mon, 12 Feb 2018 05:28:21 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22c.google.com with SMTP id f89so16031776ioj.4 for ; Sun, 11 Feb 2018 21:28:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=dDyDaknlbJURQwCkaL+TzqaGbR0PKKfz8nc2qfJzdiM=; b=kxC0Gk0mRk4fYpMCUzIbNMMfzpxEAetdaX1OCQ+/PSIC6v0rCgLRRvTc+I41SmBNQH nrOT6VmQ5UeLB8d/XYiTbzSWSlpWxKZHSA0XwiWJhmvfh+TOMEWWUP/sNMabLeZ5OD17 +QhAM+lZqd9/ElNabLSrEL3eG46qKPKbMFTjYT0/q7+u0zqeZ9jLdVpyELDo7lrUjEhI eAN9da4J06ws4KhsJ+0EFD3YdnZUkP7UF/CnHpHunn5M/n5nafRSiU1tb3/EzdUltMa8 O+U8ZaahAzFwzU5U/DfAUpahmPKLU0aWxElCn82Wa7uFU2UNbRs8mFFe0oIeiyfChGVm ZOJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=dDyDaknlbJURQwCkaL+TzqaGbR0PKKfz8nc2qfJzdiM=; b=FoDqaO9UAFNmvTkxKaEVf1JVNoGZPrnAbUmmFyIAml52pYtINe/EcGNFnPpsA4Z/Dj L4QjGmWzaxfPq0AzTurKqEmLiIji8q3Lih5tAboGvBFV0ta1HmFiliwmaMOZVyC+6LA8 QO0ddxKtr+aLgzUBQd0+T+egQdRRC2fVSBQjDUO9A+280nMXOXP0kauoBKMdxpAv5a2v s6UdiLrKO1yko6zkfmDJhYN3PeKmq1oAS7/otK8rbhHojIYDrEE4VVlMRMMFyPVm9bea WOpbS5xl0mckJKE21tAX9NVC3DaNFTebLPuYIILz3OGnG6IBPHOVRMrjyZjTmbRFUlTn eVCQ== X-Gm-Message-State: APf1xPDT/RY/aNbEr1pRwTPwBr3BS/P7Jeb+7jiMciRjvPaEmSasx5aE K32RU8E1BdfMZgQWAvE+DWKad1VS/+W7LWPOe5JTZg== X-Google-Smtp-Source: AH8x225YmStoircAjnOMmwrPbBCUetzXmDX1hw56gqrSe4cMMr+AqKYeXx4BsEuGEMO2lypQNTvwstOLv5Jv4Jx8Pw0= X-Received: by 10.107.30.146 with SMTP id e140mr11727392ioe.291.1518413300656; Sun, 11 Feb 2018 21:28:20 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.201.67 with HTTP; Sun, 11 Feb 2018 21:28:19 -0800 (PST) X-Originating-IP: [2603:300b:6:5100:18a2:a4f7:170:8dd9] In-Reply-To: <201802120510.w1C5AUFY042400@pdx.rh.CN85.dnsmgr.net> References: <201802120454.w1C4sp4o086856@repo.freebsd.org> <201802120510.w1C5AUFY042400@pdx.rh.CN85.dnsmgr.net> From: Warner Losh Date: Sun, 11 Feb 2018 22:28:19 -0700 X-Google-Sender-Auth: QRw0-BiqPeQqMC7CET6iI-uXdLg Message-ID: Subject: Re: svn commit: r329150 - head/etc/devd To: "Rodney W. Grimes" Cc: Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 05:28:22 -0000 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 >