diff options
author | cjc <cjc@FreeBSD.org> | 2003-03-17 23:15:53 +0000 |
---|---|---|
committer | cjc <cjc@FreeBSD.org> | 2003-03-17 23:15:53 +0000 |
commit | c5ea907b7e85445d08b73db5b00fb0e09de4c9f4 (patch) | |
tree | e211663bdcc09e0c0e9782ba63c61c281ce7d300 /share | |
parent | 2575bf9123f9d3c2353d1f5faf6626561514d034 (diff) | |
download | FreeBSD-src-c5ea907b7e85445d08b73db5b00fb0e09de4c9f4.zip FreeBSD-src-c5ea907b7e85445d08b73db5b00fb0e09de4c9f4.tar.gz |
A new rc-ng script to build linker.hints files with kldxref(8)
automatically at boot time. Associated rc.conf(5) knobs and
documentation are included.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 3543cda..45808c3 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -124,6 +124,48 @@ daemon. Run .Xr devd 8 to handle device added, removed or unknown events from the kernel. +.It Va kldxref_enable +.Pq Vt bool +Set to +.Dq Li NO +by default. +Set to +.Dq Li YES +to automatically rebuild +.Pa linker.hints +files with +.Xr kldxref 8 +at boot time. +.It Va kldxref_clobber +.Pq Vt bool +Set to +.Dq Li NO +by default. +If +.Va kldxref_enable +is true, +setting to +.Dq Li YES +will overwrite existing +.Pa linker.hints +files at boot time. +Otherwise, +only missing +.Pa linker.hints +files are generated. +.It Va kldxref_module_path +.Pq Vt str +Empty by default. +A semi-colon +.Pq Dq \; +delimited list of paths containing +.Xr kld 4 +modules. +If empty, +the contents of the +.Em kern.module_path +.Xr sysctl 8 +are used. .It Va pccard_enable .Pq Vt bool If set to @@ -2247,6 +2289,7 @@ values.) .Xr kbdcontrol 1 , .Xr makewhatis 1 , .Xr vidcontrol 1 , +.Xr kld 4 , .Xr tcp 4 , .Xr udp 4 , .Xr exports 5 , @@ -2262,6 +2305,7 @@ values.) .Xr inetd 8 , .Xr isdnd 8 , .Xr isdntrace 8 , +.Xr kldxref 8 , .Xr lpd 8 , .Xr mdconfig 8 , .Xr moused 8 , |