Deleted Added
full compact
rc.conf.5 (137205) rc.conf.5 (137451)
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 137205 2004-11-04 13:33:29Z ru $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 137451 2004-11-09 10:03:17Z keramida $
26.\"
27.Dd November 4, 2004
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

235.Dq Li NO .
236If set to anything else, a memory file system is created if
237.Pa /tmp
238is not writable.
239.It Va tmpsize
240Controls the size of a created
241.Pa /tmp
242memory file system.
26.\"
27.Dd November 4, 2004
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

235.Dq Li NO .
236If set to anything else, a memory file system is created if
237.Pa /tmp
238is not writable.
239.It Va tmpsize
240Controls the size of a created
241.Pa /tmp
242memory file system.
243.It Va tmpmfs_flags
244Extra options passed to the
245.Xr mdmfs 8
246utility when the memory file system for
247.Pa /tmp
248is created.
249The default is
250.Dq Li -S -o noexec,nosuid,nodev ,
251which inhibits the use of softupdates on
252.Pa /tmp
253to waste as little space as possible and mounts the memory file system
254.Dq Li noexec,nosuid,nodev .
255See
256.Xr mdmfs 8
257for other options you can use in
258.Li tmpmfs_flags .
243.It Va varmfs
244Controls the creation of a
245.Pa /var
246memory file system.
247Always happens if set to
248.Dq Li YES
249and never happens if set to
250.Dq Li NO .
251If set to anything else, a memory file system is created if
252.Pa /var
253is not writable.
254.It Va varsize
255Controls the size of a created
256.Pa /var
257memory file system.
259.It Va varmfs
260Controls the creation of a
261.Pa /var
262memory file system.
263Always happens if set to
264.Dq Li YES
265and never happens if set to
266.Dq Li NO .
267If set to anything else, a memory file system is created if
268.Pa /var
269is not writable.
270.It Va varsize
271Controls the size of a created
272.Pa /var
273memory file system.
274.It Va varmfs_flags
275Extra options passed to the
276.Xr mdmfs 8
277utility when the memory file system for
278.Pa /var
279is created.
280The default is
281.Dq Li -S ,
282which inhibits the use of softupdates on
283.Pa /var
284to waste as little space as possible.
285See
286.Xr mdmfs 8
287for other options you can use in
288.Li varmfs_flags .
258.It Va populate_var
259Controls the automatic population of the
260.Pa /var
261file system.
262Always happens if set to
263.Dq Li YES
264and never happens if set to
265.Dq Li NO .

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

3104.Xr dhclient 8 ,
3105.Xr ifconfig 8 ,
3106.Xr inetd 8 ,
3107.Xr isdnd 8 ,
3108.Xr isdntrace 8 ,
3109.Xr kldxref 8 ,
3110.Xr lpd 8 ,
3111.Xr mdconfig 8 ,
289.It Va populate_var
290Controls the automatic population of the
291.Pa /var
292file system.
293Always happens if set to
294.Dq Li YES
295and never happens if set to
296.Dq Li NO .

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

3135.Xr dhclient 8 ,
3136.Xr ifconfig 8 ,
3137.Xr inetd 8 ,
3138.Xr isdnd 8 ,
3139.Xr isdntrace 8 ,
3140.Xr kldxref 8 ,
3141.Xr lpd 8 ,
3142.Xr mdconfig 8 ,
3143.Xr mdmfs 8 ,
3112.Xr mountd 8 ,
3113.Xr moused 8 ,
3114.Xr mrouted 8 ,
3115.Xr named 8 ,
3116.Xr newfs 8 ,
3117.Xr nfsd 8 ,
3118.Xr ntpd 8 ,
3119.Xr ntpdate 8 ,

--- 29 unchanged lines hidden ---
3144.Xr mountd 8 ,
3145.Xr moused 8 ,
3146.Xr mrouted 8 ,
3147.Xr named 8 ,
3148.Xr newfs 8 ,
3149.Xr nfsd 8 ,
3150.Xr ntpd 8 ,
3151.Xr ntpdate 8 ,

--- 29 unchanged lines hidden ---