> I thought the following would do the trick:
> 
>     kldstat -m aio >/devnull 2>&1 || kldload aio

Ugh I forgot about the -q switch.

     kldstat -qm aio || kldload aio
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to