Deleted Added
full compact
rc.conf.5 (139712) rc.conf.5 (140140)
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 139712 2005-01-05 09:52:12Z krion $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 140140 2005-01-12 21:48:25Z ru $
26.\"
27.Dd November 9, 2004
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

249The default is
250.Dq Li -S ,
251which inhibits the use of softupdates on
252.Pa /tmp
253to waste as little space as possible.
254See
255.Xr mdmfs 8
256for other options you can use in
26.\"
27.Dd November 9, 2004
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

249The default is
250.Dq Li -S ,
251which inhibits the use of softupdates on
252.Pa /tmp
253to waste as little space as possible.
254See
255.Xr mdmfs 8
256for other options you can use in
257.Li tmpmfs_flags .
257.Va tmpmfs_flags .
258.It Va varmfs
259Controls the creation of a
260.Pa /var
261memory file system.
262Always happens if set to
263.Dq Li YES
264and never happens if set to
265.Dq Li NO .

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

279The default is
280.Dq Li -S ,
281which inhibits the use of softupdates on
282.Pa /var
283to waste as little space as possible.
284See
285.Xr mdmfs 8
286for other options you can use in
258.It Va varmfs
259Controls the creation of a
260.Pa /var
261memory file system.
262Always happens if set to
263.Dq Li YES
264and never happens if set to
265.Dq Li NO .

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

279The default is
280.Dq Li -S ,
281which inhibits the use of softupdates on
282.Pa /var
283to waste as little space as possible.
284See
285.Xr mdmfs 8
286for other options you can use in
287.Li varmfs_flags .
287.Va varmfs_flags .
288.It Va populate_var
289Controls the automatic population of the
290.Pa /var
291file system.
292Always happens if set to
293.Dq Li YES
294and never happens if set to
295.Dq Li NO .

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

718into
719.Pa /etc/rc.conf
720and editing
721.Pa /etc/pf.conf
722appropriately.
723.Pp
724.Dl "device pf"
725.Pp
288.It Va populate_var
289Controls the automatic population of the
290.Pa /var
291file system.
292Always happens if set to
293.Dq Li YES
294and never happens if set to
295.Dq Li NO .

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

718into
719.Pa /etc/rc.conf
720and editing
721.Pa /etc/pf.conf
722appropriately.
723.Pp
724.Dl "device pf"
725.Pp
726builds pf into the kernel.
726builds
727.Xr pf 4
728into the kernel.
727Otherwise it is loaded from a module.
728.It Va pf_rules
729.Pq Vt str
730Path to
731.Xr pf 4
732ruleset configuration file
733(default
734.Pa /etc/pf.conf ) .

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

1119.Dq Pa /dev/
1120and
1121.Dq Pa .bde
1122parts.
1123.It Va gbde_attach_attempts
1124.Pq Vt int
1125Number of times to attempt attaching to a
1126.Xr gbde 4
729Otherwise it is loaded from a module.
730.It Va pf_rules
731.Pq Vt str
732Path to
733.Xr pf 4
734ruleset configuration file
735(default
736.Pa /etc/pf.conf ) .

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

1121.Dq Pa /dev/
1122and
1123.Dq Pa .bde
1124parts.
1125.It Va gbde_attach_attempts
1126.Pq Vt int
1127Number of times to attempt attaching to a
1128.Xr gbde 4
1127device, i.e. how many times the user is asked for the pass-phrase.
1129device, i.e., how many times the user is asked for the pass-phrase.
1128Default is 3.
1129.It Va gbde_swap_enable
1130.Pq Vt bool
1131If set to
1132.Dq Li YES ,
1133any .bde swap devices listed in
1134.Pa /etc/fstab
1135will be initialized with a random, one-shot key.

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

1632.Xr ntpd 8
1633daemon.
1634.It Va ntpd_sync_on_start
1635.Pq Vt bool
1636If set to
1637.Dq Li YES ,
1638.Xr ntpd 8
1639is run with the
1130Default is 3.
1131.It Va gbde_swap_enable
1132.Pq Vt bool
1133If set to
1134.Dq Li YES ,
1135any .bde swap devices listed in
1136.Pa /etc/fstab
1137will be initialized with a random, one-shot key.

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

1634.Xr ntpd 8
1635daemon.
1636.It Va ntpd_sync_on_start
1637.Pq Vt bool
1638If set to
1639.Dq Li YES ,
1640.Xr ntpd 8
1641is run with the
1640.Op Fl g
1642.Fl g
1641flag, which syncs the system's clock on startup.
1642See
1643.Xr ntpd 8
1644for more information regarding the
1643flag, which syncs the system's clock on startup.
1644See
1645.Xr ntpd 8
1646for more information regarding the
1645.Op Fl g
1647.Fl g
1646option.
1647This is a preferred alternative to using
1648.Xr ntpdate 1
1649or specifying the
1648option.
1649This is a preferred alternative to using
1650.Xr ntpdate 1
1651or specifying the
1650.Pa /etc/rc.conf
1651tunable
1652.Op Ar ntpdate_enable .
1652.Va ntpdate_enable
1653variable.
1653.It Va nis_client_enable
1654.Pq Vt bool
1655If set to
1656.Dq Li YES ,
1657run the
1658.Xr ypbind 8
1659service at system boot time.
1660.It Va nis_client_flags

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

2251If not set to
2252.Dq Li NO ,
2253this is the actual screen saver to use
2254.Li ( blank , snake , daemon ,
2255etc).
2256.It Va moused_nondefault_enable
2257.Pq Vt str
2258If set to
1654.It Va nis_client_enable
1655.Pq Vt bool
1656If set to
1657.Dq Li YES ,
1658run the
1659.Xr ypbind 8
1660service at system boot time.
1661.It Va nis_client_flags

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

2252If not set to
2253.Dq Li NO ,
2254this is the actual screen saver to use
2255.Li ( blank , snake , daemon ,
2256etc).
2257.It Va moused_nondefault_enable
2258.Pq Vt str
2259If set to
2259.Dq Li NO
2260.Dq Li NO ,
2260the mouse device specified on
2261the command line is not automatically treated as enabled by the
2262.Pa /etc/rc.d/moused
2263script.
2264Having this variable set to
2265.Dq Li YES
2266allows a
2267.Xr usb 4

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

3074.Pq Vt bool
3075Set to
3076.Dq Li NO
3077to prevent the system from trying to
3078recover pre-maturely terminated
3079.Xr vi 1
3080sessions.
3081.It Va ugidfw_enable
2261the mouse device specified on
2262the command line is not automatically treated as enabled by the
2263.Pa /etc/rc.d/moused
2264script.
2265Having this variable set to
2266.Dq Li YES
2267allows a
2268.Xr usb 4

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

3075.Pq Vt bool
3076Set to
3077.Dq Li NO
3078to prevent the system from trying to
3079recover pre-maturely terminated
3080.Xr vi 1
3081sessions.
3082.It Va ugidfw_enable
3082.Dq Li NO
3083Load the
3083.Pq Vt bool
3084Set to
3085.Dq Li YES
3086to load the
3084.Xr mac_bsdextended 4
3085module upon system initialization and load a default
3086ruleset file.
3087.It Va bsdextended_script
3087.Xr mac_bsdextended 4
3088module upon system initialization and load a default
3089ruleset file.
3090.It Va bsdextended_script
3088.Dq Pa /etc/rc.bsdextended
3091.Pq Vt str
3089The default
3090.Xr mac_bsdextended 4
3091ruleset file to load.
3092The default
3093.Xr mac_bsdextended 4
3094ruleset file to load.
3095The default value of this variable is
3096.Pa /etc/rc.bsdextended .
3092.It Va ramdisk_units
3093.Pq Vt str
3094A list of one or more ramdisk units to configure with
3095.Xr mdconfig 8
3096and
3097.Xr newfs 8
3098in time to be mounted from
3099.Xr fstab 5 .

--- 122 unchanged lines hidden ---
3097.It Va ramdisk_units
3098.Pq Vt str
3099A list of one or more ramdisk units to configure with
3100.Xr mdconfig 8
3101and
3102.Xr newfs 8
3103in time to be mounted from
3104.Xr fstab 5 .

--- 122 unchanged lines hidden ---