K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-09-23T23:52:26.000000Z K 7 svn:log V 349 Add '-q' option, which (when used with '-m' option) just tells if the given 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.' END