Searched hist:159828 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/share/man/man8/
H A Drc.subr.8diff 159828 Wed Jun 21 07:42:55 MDT 2006 yar Quite a number of rc.d scripts try to load kernel modules. Many
of them do that conditionally depending on kldstat. The code is
duplicated all over, but bugs can be uniqie.

To make the things more consistent, introduce a new rc.subr function,
load_kld, which takes care of loading a kernel module conditionally.

(Found this lying for a while in my p4 branch for various hacks.)

Completed in 53 milliseconds