On 6/19/11 2:37 PM, Ivan Klymenko wrote:
Hello!
Thanks for commit.

I have a question:
If a lot of kernel modules, option kld_list = "" supports moving to a
new line?
For example:
kld_list = "<module1>  <module2>  ....<  moduleN>\
<moduleN1>  <moduleN2>"

Maybe specify its example of manual documentation page for rc.conf?

Thank you!

It's normal shell so you can always do this:

kld_list="foo bar baz"
kld_list="${kld_list} four five six"

--
John Baldwin
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to