From owner-svn-src-all@freebsd.org Sun Feb 11 18:27:12 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 E279EF0BB8F; Sun, 11 Feb 2018 18:27:11 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f52.google.com (mail-it0-f52.google.com [209.85.214.52]) (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 7A3A783CE8; Sun, 11 Feb 2018 18:27:11 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f52.google.com with SMTP id b66so4194628itd.5; Sun, 11 Feb 2018 10:27:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=ofmFeaXbQlXFfnhpd0v81PgGZ79b5OM4b7FjKs75wMg=; b=Kg4iIpZCO5t6qwF8Oh1PdMgKONow9KWcKXRZYRIM5MBhgaDl3ng4r4EyPn4OLZPk8C TFubXk9PbpsCyCETv9osrjcZ8EMhl6K2IQvqLpONUz2viFV4d3wCJ5qztVoVAMd3Pho4 qiJzUWY/AMlxv2Zo4/R7MW7ZD05ODPCtebiDPXjaW3lTq5U52cqvZQFWaN6GQ3Va+Wp3 uaM/6qWysVGQwIH+SfTnSlHGELfXEKcl/bOml2VO14Gj1sH9hx94gmbBFSbuW+y6BuHq pfWeITpbjH0uuVd6CY1WChYs3KHmK+j5ABSYYiQd0IC9AhpjXTRj2EctwyMGejxMZIFB sWIA== X-Gm-Message-State: APf1xPBsboMPS1IgKp7GYeKSmzsNo4V7Em/SnQZvckycFIPgNQxMnwI1 pbwVy8r7Pgom4HklfoRJW6Qtim+r X-Google-Smtp-Source: AH8x224uCmK+vP56F1+dXWSYbaag2h1/3mkxOhl/L3sxVHq1vX1F26LTV1N6ddj2QkRf0PQnt5hiKg== X-Received: by 10.36.2.213 with SMTP id 204mr2480956itu.121.1518373220098; Sun, 11 Feb 2018 10:20:20 -0800 (PST) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com. [209.85.223.169]) by smtp.gmail.com with ESMTPSA id b185sm4747568itb.20.2018.02.11.10.20.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 Feb 2018 10:20:19 -0800 (PST) Received: by mail-io0-f169.google.com with SMTP id l17so15027196ioc.3; Sun, 11 Feb 2018 10:20:19 -0800 (PST) X-Received: by 10.107.175.151 with SMTP id p23mr1495265ioo.215.1518373219181; Sun, 11 Feb 2018 10:20:19 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.30.149 with HTTP; Sun, 11 Feb 2018 10:20:18 -0800 (PST) In-Reply-To: <201802111635.w1BGZutu015341@repo.freebsd.org> References: <201802111635.w1BGZutu015341@repo.freebsd.org> From: Conrad Meyer Date: Sun, 11 Feb 2018 10:20:18 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r329126 - head/etc/devd To: Ian Lepore Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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: Sun, 11 Feb 2018 18:27:12 -0000 On Sun, Feb 11, 2018 at 8:35 AM, Ian Lepore wrote: > Author: ian > Date: Sun Feb 11 16:35:56 2018 > New Revision: 329126 > URL: https://svnweb.freebsd.org/changeset/base/329126 > > Log: > Regenerate devd/usb.conf after the recent addition of several new device IDs. > > Modified: > head/etc/devd/usb.conf If this file is machine generated and not an administrator configuration file, shouldn't it live in /usr/share instead of /etc, per hier(7)? Best, Conrad