mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-04 07:20:35 +05:00
blockcheck: kldstat -m
This commit is contained in:
parent
93da999735
commit
bb7faca67e
@ -160,7 +160,7 @@ check_system()
|
|||||||
freebsd_module_loaded()
|
freebsd_module_loaded()
|
||||||
{
|
{
|
||||||
# $1 - module name
|
# $1 - module name
|
||||||
kldstat -qn "${1}.ko"
|
kldstat -qm "${1}"
|
||||||
}
|
}
|
||||||
freebsd_modules_loaded()
|
freebsd_modules_loaded()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user