Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2011 20:48:06 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        Ivan Klymenko <fidaj@ukr.net>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Doug Barton <dougb@FreeBSD.org>
Subject:   Re: svn commit: r223264 - in head: etc/defaults etc/rc.d share/man/man5
Message-ID:  <4DFE98C6.4050102@FreeBSD.org>
In-Reply-To: <20110619213749.0cf6397c@ukr.net>
References:  <20110619213749.0cf6397c@ukr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DFE98C6.4050102>