Deleted Added
sdiff udiff text old ( 107383 ) new ( 107788 )
full compact
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 107383 2002-11-29 11:39:20Z ru $
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

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

721.It Va fsck_y_enable
722.Pq Vt bool
723If set to
724.Dq Li YES ,
725.Xr fsck 8
726will be run with the
727.Fl y
728flag if the initial preen
729of the filesystems 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 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 filesystem types
743for which automatic mounting at startup by
744.Xr rc 8
745should be delayed until the network is initialized.
746It should contain
747a whitespace-separated list of network filesystem descriptor pairs,
748each consisting of a filesystem type as passed to
749.Xr mount 8
750and a human-readable, one-word description,
751joined with a colon
752.Pq Ql \&: .
753Extending the default list in this way is only necessary
754when third party filesystem types are used.
755.It Va syslogd_enable
756.Pq Vt bool
757If set to
758.Dq Li YES ,
759run the
760.Xr syslogd 8
761daemon.
762.It Va syslogd_program

--- 1429 unchanged lines hidden ---