svn commit: r223264 - in head: etc/defaults etc/rc.d share/man/man5

John Baldwin jhb at FreeBSD.org
Mon Jun 20 00:48:07 UTC 2011


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


More information about the svn-src-head mailing list