From owner-svn-src-all@freebsd.org Mon Feb 12 08:35:46 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 012AEF028DC for ; Mon, 12 Feb 2018 08:35:46 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 7E2A986BB8 for ; Mon, 12 Feb 2018 08:35:45 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x241.google.com with SMTP id g1so8010284wmg.2 for ; Mon, 12 Feb 2018 00:35:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=+RiDWmFqPN/qMfR78aI7cWq3pkf039D34EBSKTqs47s=; b=USxyRDu+SHOOdUCPa39cMegRCMDRs15dl8QRFCJB15o39xbZRaaEJILZOIxSel2/x2 5UzGq3VODLiwmQlYH7mdej8xIYS4nF55CuUMhMFzy5Ao2Mh93RA3BETxdX8m7q/knGG/ GKSiAaqq6yANholpIhr5WIU9+LviObfO7IxG0V7UF0SrYheqeqnBMmrtWl/b88Anivu7 DdkAM0+D4P9Rh/jtvXmutGoDZ8y5w/fYG5idHuvsv7hWBFlkuBJ0J7CQllS6AreLDeoB rcWD19bUrEbD48f7bBdSbpdlZ+1sEXCDq2e0RWzWIDrvMQ86QWtteigP5spvxPTvyNEc TgDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+RiDWmFqPN/qMfR78aI7cWq3pkf039D34EBSKTqs47s=; b=C4d985GDrgiUEtmQJhpScJ1WYDlrntDtpvrsbgzaO5aTaOf3xewBcKRQgjTkzEodr7 LtDjjLiSFGAlkuDpcn92XW+IX0lBB0ABNVzevZXlPjjocFu9AZvF1HfPj5t9kGUKacTI iWD/KbvuKcUO81LK+0Lzg252B1vDJOUOzxICCKyZ7JCgt7QaLqRwMzRIUxznGwTGlrV7 yKDpuok4SoSj5uyFERaEzr/ERLsDBsKPS5qKV0gM7/PJqPeBKk6E9nHrIaJllipVNVO4 IBy24YE+jQj0kMgj00QxRfVyTbChrvcH/LBYVuvsmL6ILTekc2Dxx1//M69SpcR4Nfno DEQw== X-Gm-Message-State: APf1xPDs3jc/kAVutwArueuuSzWzTYrUAyLFqJpuB2WjyM4x8doYMEbu gWXR0W+ATnU8LJ8PkWBxbR1sF+NMAnOwLnU2jXlJCg== X-Google-Smtp-Source: AH8x2245meyKo+z4AtVRBHTFIJ3viY3KGLwmhcUTZ4eq6xIxNsoosmjKIFAt3Ax9gDp9EIDmWHvlooI7w/p+f96NzQM= X-Received: by 10.80.191.71 with SMTP id g7mr14998633edk.246.1518424544535; Mon, 12 Feb 2018 00:35:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.148.90 with HTTP; Mon, 12 Feb 2018 00:35:44 -0800 (PST) In-Reply-To: <20180212070156.GA49948@FreeBSD.org> References: <201802120651.w1C6pKqF042318@repo.freebsd.org> <201802120655.w1C6tmCO080469@slippy.cwsent.com> <20180212070156.GA49948@FreeBSD.org> From: Oliver Pinter Date: Mon, 12 Feb 2018 09:35:44 +0100 Message-ID: Subject: Re: svn commit: r329154 - in head/etc: defaults devd To: Alexey Dokuchaev Cc: Cy Schubert , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Warner Losh Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 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 08:35:46 -0000 On Monday, February 12, 2018, Alexey Dokuchaev wrote: > On Sun, Feb 11, 2018 at 10:55:48PM -0800, Cy Schubert wrote: > > In message <201802120651.w1C6pKqF042318@repo.freebsd.org>, Warner Losh > > writes: > > > New Revision: 329154 > > > URL: https://svnweb.freebsd.org/changeset/base/329154 > > > > > > Log: > > > Turn devmatch on by default. > > > > > > Turn devmatch on by default. However, use 'start' instead of > > > 'onestart' in the devmatch.conf file so the setting of > > > 'devmatch_enable' is honored. Give an example of what to put in > > > devd.conf if you want to disable just the run-time part of devmatch. > > > > > > ... > > > @@ -41,7 +41,7 @@ ddb_enable="NO" # Set to YES to load ddb > script > > > s at b > > > ddb_config="/etc/ddb.conf" # ddb(8) config file. > > > devd_enable="YES" # Run devd, to trigger programs on device tree > changes. > > > devd_flags="" # Additional flags for devd(8). > > > -devmatch_enable="NO" # Demand load kernel modules based on > device ids. > > > +devmatch_enable="YES" # Demand load kernel modules based on > device id > > > s. > > > > This assumes that everyone has /usr in /. We might want to consider > > moving devmatch to /sbin, or document that > > I was actually surprised to find out it's installed as /usr/sbin/devmatch; > /sbin indeed looks more appropriate. > > > /usr and / be merged. > > Please don't. There are already lot of separated / and /usr installations, so +1. > > ./danfe > _______________________________________________ > svn-src-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" >