Deleted Added
full compact
rc.conf.5 (252232) rc.conf.5 (252562)
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 252232 2013-06-26 04:33:32Z rpaulo $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 252562 2013-07-03 12:53:06Z zeising $
26.\"
27.Dd June 25, 2013
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

3444.Xr kbdcontrol 1
3445is run with these options for each of the virtual terminals
3446.Pq Pa /dev/ttyv* .
3447For example,
3448.Dq Fl h Li 200
3449will set the
3450.Xr syscons 4
3451scrollback (history) buffer to 200 lines.
26.\"
27.Dd June 25, 2013
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

3444.Xr kbdcontrol 1
3445is run with these options for each of the virtual terminals
3446.Pq Pa /dev/ttyv* .
3447For example,
3448.Dq Fl h Li 200
3449will set the
3450.Xr syscons 4
3451scrollback (history) buffer to 200 lines.
3452.It Va auditd_enable
3453.Pq Vt bool
3454If set to
3455.Dq Li YES ,
3456run the
3457.Xr auditd 8
3458daemon at system boot time.
3459.It Va auditd_program
3460.Pq Vt str
3461Path to
3462.Xr autitd 8
3463(default
3464.Pa /usr/sbin/auditd ) .
3465.It Va auditd_flags
3466.Pq Vt str
3467Flags to pass to
3468.Xr audtid 8 .
3469.It Va auditdistd_enable
3470.Pq Vt bool
3471If set to
3472.Dq Li YES ,
3473run the
3474.Xr auditdistd 8
3475daemon at system boot time.
3476.It Va auditdistd_program
3477.Pq Vt str
3478Path to
3479.Xr auditdistd 8
3480(default
3481.Pa /usr/sbin/auditdistd ) .
3482.It Va auditdistd_flags
3483.Pq Vt str
3484Flags to pass to
3485.Xr auditdistd 8 .
3452.It Va cron_enable
3453.Pq Vt bool
3454If set to
3455.Dq Li YES ,
3456run the
3457.Xr cron 8
3458daemon at system boot time.
3459.It Va cron_program

--- 1327 unchanged lines hidden ---
3486.It Va cron_enable
3487.Pq Vt bool
3488If set to
3489.Dq Li YES ,
3490run the
3491.Xr cron 8
3492daemon at system boot time.
3493.It Va cron_program

--- 1327 unchanged lines hidden ---