aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-07-03 12:53:06 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-07-03 12:53:06 +0000
commit5b694ac5db587516d801ddf358ecf0d265a2b7ba (patch)
tree9cced424432aaf310b7e4a847a61e7fc75900cd1 /share
parentbc772b901354c434dea2f4c06c39e50d7cb8ef99 (diff)
downloadsrc-5b694ac5db587516d801ddf358ecf0d265a2b7ba.tar.gz
src-5b694ac5db587516d801ddf358ecf0d265a2b7ba.zip
Regenerate after r252561
PR: docs/180025 Submitted by: Garrett Cooper <yaneurabeya@gmail.com>
Notes
Notes: svn path=/head/; revision=252562
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.534
-rw-r--r--share/man/man5/src.conf.513
2 files changed, 46 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index a5fbd051276f..fae12c642aa3 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -3449,6 +3449,40 @@ For example,
will set the
.Xr syscons 4
scrollback (history) buffer to 200 lines.
+.It Va auditd_enable
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+run the
+.Xr auditd 8
+daemon at system boot time.
+.It Va auditd_program
+.Pq Vt str
+Path to
+.Xr autitd 8
+(default
+.Pa /usr/sbin/auditd ) .
+.It Va auditd_flags
+.Pq Vt str
+Flags to pass to
+.Xr audtid 8 .
+.It Va auditdistd_enable
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+run the
+.Xr auditdistd 8
+daemon at system boot time.
+.It Va auditdistd_program
+.Pq Vt str
+Path to
+.Xr auditdistd 8
+(default
+.Pa /usr/sbin/auditdistd ) .
+.It Va auditdistd_flags
+.Pq Vt str
+Flags to pass to
+.Xr auditdistd 8 .
.It Va cron_enable
.Pq Vt bool
If set to
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index a7759c3f4833..3547748aecd7 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: head/tools/build/options/makeman 251685 2013-06-13 13:05:08Z emaste
.\" $FreeBSD$
-.Dd June 16, 2013
+.Dd July 3, 2013
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1055,6 +1055,17 @@ Set to not build kernel modules that include sourceless microcode.
.It Va WITHOUT_SSP
.\" from FreeBSD: head/tools/build/options/WITHOUT_SSP 180012 2008-06-25 21:33:28Z ru
Set to not build world with propolice stack smashing protection.
+.It Va WITH_SVN
+.\" from FreeBSD: head/tools/build/options/WITH_SVN 252561 2013-07-03 12:36:47Z zeising
+Set to install
+.Xr svnlite 1
+as
+.Xr svn 1 .
+.It Va WITHOUT_SVNLITE
+.\" from FreeBSD: head/tools/build/options/WITHOUT_SVNLITE 252561 2013-07-03 12:36:47Z zeising
+Set to not build
+.Xr svnlite 1
+and related programs.
.It Va WITHOUT_SYMVER
.\" from FreeBSD: head/tools/build/options/WITHOUT_SYMVER 169649 2007-05-17 05:03:24Z deischen
Set to disable symbol versioning when building shared libraries.