mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
90217cddd0
module is loaded or compiled into the kernel. This is useful mostly in startup scripts, when module should be loaded only if it wasn't compiled into the kernel nor already loaded, eg.: kldstat -q -m g_eli || kldload geom_eli.ko || err 1 'geom_eli module failed to load.' |
||
---|---|---|
.. | ||
kldstat.8 | ||
kldstat.c | ||
Makefile |