diff options
Diffstat (limited to 'etc/rc.d/kld')
-rwxr-xr-x | etc/rc.d/kld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/kld b/etc/rc.d/kld index 3adcef2..d3829ef 100755 --- a/etc/rc.d/kld +++ b/etc/rc.d/kld @@ -33,6 +33,7 @@ . /etc/rc.subr name="kld" +desc="Load kernel modules" start_cmd="${name}_start" stop_cmd=':' |