https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257441
Bug ID: 257441
Summary: devmatch rc script doesn't honor devmatch_blacklist
Product: Base System
Version: 13.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 226724
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226724&action=edit
Patch fixes the issue
According to /etc/defaults/rc.conf, devmatch_blacklist would hold a list of
modules (w/o .ko) to exclude from devmatch.
Meanwhile in /etc/rc.d/devmatch, every module name attempted to load with .ko
is tested against devmatch_blacklist and test always fails.
--
You are receiving this mail because:
You are the assignee for the bug.