mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rc.d/devmatch: Silence sysctl hw.bus.devctl_nomatch_enabled=1
As with various other rc scripts, we don't want the output from this
being visible in the boot log.
Fixes: 6437872c1d66 ("New sysctl to disable NOMATCH until devmatch runs")
MFC after: 1 week
(cherry picked from commit 62775aebf725a79703592f3276118245a74afdac)
This commit is contained in:
parent
0abe896f19
commit
11d7aa07eb
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ devmatch_start()
|
|||
if [ -n "$one_nomatch" ]; then
|
||||
list=$(devmatch -p "${one_nomatch}" | sort -u)
|
||||
else
|
||||
sysctl hw.bus.devctl_nomatch_enabled=1
|
||||
sysctl hw.bus.devctl_nomatch_enabled=1 > /dev/null
|
||||
list=$(devmatch | sort -u)
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue