FreeBSD Bugzilla – Attachment 225353 Details for
Bug 256240
devmatch rc.* documentation mismatch and typo fix [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devmatch documentation fixes for main, 13, 12
0001-devmatch-rc-framework-fix-documentation.patch (text/plain), 1.70 KB, created by
Matthias Andree
on 2021-05-29 10:49:42 UTC
(
hide
)
Description:
devmatch documentation fixes for main, 13, 12
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2021-05-29 10:49:42 UTC
Size:
1.70 KB
patch
obsolete
>From 66d2a16f907779813edf5967d800602e6ec0dc58 Mon Sep 17 00:00:00 2001 >From: Matthias Andree <matthias.andree@gmx.de> >Date: Sat, 29 May 2021 12:47:35 +0200 >Subject: [PATCH] devmatch rc framework: fix documentation > >- correct rc.conf documentation of devmatch_blacklist to mention > "with .ko suffix" to match implementation and existing debugged setups > on 12/13 >- fix a typo in rc.d/devmatch >--- > libexec/rc/rc.conf | 2 +- > libexec/rc/rc.d/devmatch | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf >index 56d6bb30f..03df767ff 100644 >--- a/libexec/rc/rc.conf >+++ b/libexec/rc/rc.conf >@@ -45,7 +45,7 @@ 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="YES" # Demand load kernel modules based on device ids. >-devmatch_blacklist="" # List of modules (w/o .ko) to exclude from devmatch. >+devmatch_blacklist="" # List of modules (with .ko) to exclude from devmatch. > #kld_list="" # Kernel modules to load after local disks are mounted > kldxref_enable="YES" # Build linker.hints files with kldxref(8). > kldxref_clobber="NO" # Overwrite old linker.hints at boot. >diff --git a/libexec/rc/rc.d/devmatch b/libexec/rc/rc.d/devmatch >index 491bc94c4..f2ae72c94 100755 >--- a/libexec/rc/rc.d/devmatch >+++ b/libexec/rc/rc.d/devmatch >@@ -59,7 +59,7 @@ devmatch_start() > # or drivers that have symbolic links that > # confuse devmatch by running it -n. > # Finally, we filter out all items in the >- # devmactch_blacklist. >+ # devmatch_blacklist. > devctl freeze > x=$(echo ${devmatch_blacklist} | tr ' ' '#') > for m in ${list}; do >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256240
:
225353