In message <201802120651.w1c6pkqf042...@repo.freebsd.org>, Warner Losh 
writes:
> Author: imp
> Date: Mon Feb 12 06:51:20 2018
> 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.
>   
>   Relnotes: yes
>
> Modified:
>   head/etc/defaults/rc.conf
>   head/etc/devd/devmatch.conf
>
> Modified: head/etc/defaults/rc.conf
> =============================================================================
> =
> --- head/etc/defaults/rc.conf Mon Feb 12 06:42:38 2018        (r329153)
> +++ head/etc/defaults/rc.conf Mon Feb 12 06:51:20 2018        (r329154)
> @@ -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 /usr and / be merged.



-- 
Cheers,
Cy Schubert <cy.schub...@cschubert.com>
FreeBSD UNIX:  <c...@freebsd.org>   Web:  http://www.FreeBSD.org

        The need of the many outweighs the greed of the few.


_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to