summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-10-09 08:13:59 +0000
committertrasz <trasz@FreeBSD.org>2015-10-09 08:13:59 +0000
commit090c443c36e25180a32a3dbe90ba430a87c3b059 (patch)
tree83da40c5c5216f463f5f1f069eeb0e2981b168f3 /share/man
parentde91cc41c3a3a4e2606c2cbacaafcf9c9edb21e3 (diff)
downloadFreeBSD-src-090c443c36e25180a32a3dbe90ba430a87c3b059.zip
FreeBSD-src-090c443c36e25180a32a3dbe90ba430a87c3b059.tar.gz
Document iSCSI and autofs(5) variables in rc.conf(5).
PR: 203119 Reviewed by: bjk@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3671
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/rc.conf.578
1 files changed, 77 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 5799c22..c66edeb 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 23, 2015
+.Dd October 9, 2015
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -4465,6 +4465,82 @@ ruleset to load for
A space-separated list of configuration files used by
.Xr iovctl 8 .
The default value is an empty string.
+.It Va autofs_enable
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+start the
+.Xr automount 8
+utility and the
+.Xr automountd 8
+and
+.Xr autounmountd 8
+daemons at boot time.
+.It Va automount_flags
+.Pq Vt str
+If
+.Va autofs_enable
+is set to
+.Dq Li YES ,
+these are the flags to pass to the
+.Xr automount 8
+program.
+By default no flags are passed.
+.It Va automountd_flags
+.Pq Vt str
+If
+.Va autofs_enable
+is set to
+.Dq Li YES ,
+these are the flags to pass to the
+.Xr automountd 8
+daemon.
+By default no flags are passed.
+.It Va autounmountd_flags
+.Pq Vt str
+If
+.Va autofs_enable
+is set to
+.Dq Li YES ,
+these are the flags to pass to the
+.Xr autounmountd 8
+daemon.
+By default no flags are passed.
+.It Va ctld_enable
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+start the
+.Xr ctld 8
+daemon at boot time.
+.It Va iscsid_enable
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+start the
+.Xr iscsid 8
+daemon at boot time.
+.It Va iscsictl_enable
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+start the
+.Xr iscsictl 8
+utility at boot time.
+.It Va iscsictl_flags
+.Pq Vt str
+If
+.Va iscsictl_enable
+is set to
+.Dq Li YES ,
+these are the flags to pass to the
+.Xr iscsictl 8
+program.
+The default is
+.Dq Li -Aa ,
+which configures sessions based on the
+.Pa /etc/iscsi.conf
+configuration file.
.El
.Sh FILES
.Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact
OpenPOWER on IntegriCloud