Deleted Added
full compact
rc.conf.5 (155595) rc.conf.5 (155611)
1.\" Copyright (c) 1995
2.\" Jordan K. Hubbard
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1995
2.\" Jordan K. Hubbard
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 155595 2006-02-13 08:45:51Z dougb $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 155611 2006-02-13 20:10:34Z imp $
26.\"
27.Dd February 13, 2006
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

--- 164 unchanged lines hidden (view full) ---

198delimited list of paths containing
199.Xr kld 4
200modules.
201If empty,
202the contents of the
203.Va kern.module_path
204.Xr sysctl 8
205are used.
26.\"
27.Dd February 13, 2006
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

--- 164 unchanged lines hidden (view full) ---

198delimited list of paths containing
199.Xr kld 4
200modules.
201If empty,
202the contents of the
203.Va kern.module_path
204.Xr sysctl 8
205are used.
206.It Va pccard_enable
207.Pq Vt bool
208If set to
209.Dq Li YES ,
210enable PCCARD support at boot time.
211.It Va pccard_mem
212.Pq Vt str
213Set to PCCARD controller memory address or
214.Dq Li DEFAULT
215for the default value.
216.It Va pccard_beep
217.Pq Vt int
218If 0,
219set the PCCARD controller to silent mode.
220If 1,
221set it to beep mode.
222If 2,
223set it to melody mode.
224.It Va pccard_conf
225.Pq Vt str
226Path to the configuration file for the
227.Xr pccardd 8
228daemon (e.g.\&
229.Pa /etc/pccard.conf.sample ) .
230.It Va pccardd_flags
231.Pq Vt str
232If
233.Va pccard_enable
234is set to
235.Dq Li YES ,
236these are the flags to pass to the
237.Xr pccardd 8
238daemon.
239.It Va powerd_enable
240.Pq Vt bool
241If set to
242.Dq Li YES ,
243enable the system power control facility with the
244.Xr powerd 8
245daemon.
246.It Va powerd_flags

--- 3287 unchanged lines hidden ---
206.It Va powerd_enable
207.Pq Vt bool
208If set to
209.Dq Li YES ,
210enable the system power control facility with the
211.Xr powerd 8
212daemon.
213.It Va powerd_flags

--- 3287 unchanged lines hidden ---