Deleted Added
full compact
rc.conf.5 (107788) rc.conf.5 (108018)
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 107788 2002-12-12 17:26:04Z ru $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 108018 2002-12-18 07:21:31Z mckusick $
26.\"
27.Dd March 3, 2002
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

729of the file systems fails.
730.It Va background_fsck
731.Pq Vt bool
732If set to
733.Dq Li YES ,
734the system will attempt to run
735.Xr fsck 8
736in the background where possible.
26.\"
27.Dd March 3, 2002
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

729of the file systems fails.
730.It Va background_fsck
731.Pq Vt bool
732If set to
733.Dq Li YES ,
734the system will attempt to run
735.Xr fsck 8
736in the background where possible.
737.It Va background_fsck_delay
738.Pq Vt int
739The amount of time in seconds to sleep before starting a background fsck.
740It defaults to sixty seconds to allow large applications such as
741the X server to start before disk I/O bandwidth is monopolized by fsck.
737.It Va extra_netfs_types
738.Pq Vt str
739If set to something other than
740.Dq Li NO
741(the default),
742this variable extends the list of file system types
743for which automatic mounting at startup by
744.Xr rc 8

--- 1447 unchanged lines hidden ---
742.It Va extra_netfs_types
743.Pq Vt str
744If set to something other than
745.Dq Li NO
746(the default),
747this variable extends the list of file system types
748for which automatic mounting at startup by
749.Xr rc 8

--- 1447 unchanged lines hidden ---