From owner-svn-src-all@freebsd.org Fri Oct 9 08:14:01 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 130A29D01CF; Fri, 9 Oct 2015 08:14:01 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B95E9198A; Fri, 9 Oct 2015 08:14:00 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t998DxmL022523; Fri, 9 Oct 2015 08:13:59 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t998DxN2022522; Fri, 9 Oct 2015 08:13:59 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201510090813.t998DxN2022522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Fri, 9 Oct 2015 08:13:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289060 - head/share/man/man5 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2015 08:14:01 -0000 Author: trasz Date: Fri Oct 9 08:13:59 2015 New Revision: 289060 URL: https://svnweb.freebsd.org/changeset/base/289060 Log: 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 Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Fri Oct 9 03:38:58 2015 (r289059) +++ head/share/man/man5/rc.conf.5 Fri Oct 9 08:13:59 2015 (r289060) @@ -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