Date: Mon, 12 Feb 2018 12:18:47 +0100 From: Niclas Zeising <zeising+freebsd@daemonic.se> To: gljennjohn@gmail.com, Alexey Dokuchaev <danfe@FreeBSD.org> Cc: svn-src-head@freebsd.org, Cy Schubert <Cy.Schubert@cschubert.com>, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh <imp@FreeBSD.org> Subject: Re: svn commit: r329154 - in head/etc: defaults devd Message-ID: <4dce5988-44a5-a4d3-123f-b2a19c2c32ea@daemonic.se> In-Reply-To: <20180212102536.76603ed6@ernst.home> References: <imp@FreeBSD.org> <201802120651.w1C6pKqF042318@repo.freebsd.org> <201802120655.w1C6tmCO080469@slippy.cwsent.com> <20180212070156.GA49948@FreeBSD.org> <20180212102536.76603ed6@ernst.home>
next in thread | previous in thread | raw e-mail | index | archive | help
On 02/12/18 10:25, Gary Jennejohn wrote: > On Mon, 12 Feb 2018 07:01:56 +0000 > Alexey Dokuchaev <danfe@FreeBSD.org> 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. >> > > +1 > Any chance of moving /usr/bin/limits to /bin/limits at the same time? It's preventing some scripts (ddb) from running at boot. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206291 for info. Regards! -- Niclas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4dce5988-44a5-a4d3-123f-b2a19c2c32ea>