Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2016 01:00:08 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301536 - in head: share/man/man5 usr.sbin/ypldap
Message-ID:  <201606070100.u57108CH002582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Tue Jun  7 01:00:08 2016
New Revision: 301536
URL: https://svnweb.freebsd.org/changeset/base/301536

Log:
  Add an entry on rc.conf(5) explaining the new options
  nis_ypldap_enable and nis_ypldap_flags.
  
  Also add an entry on ypldap(8) that it is a feature ready and
  appears on FreeBSD 11.0.
  
  Requested by:	rodrigc
  Relnotes:	Yes

Modified:
  head/share/man/man5/rc.conf.5
  head/usr.sbin/ypldap/ypldap.8

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Tue Jun  7 00:27:55 2016	(r301535)
+++ head/share/man/man5/rc.conf.5	Tue Jun  7 01:00:08 2016	(r301536)
@@ -2559,6 +2559,22 @@ is set to
 these are the flags to pass to the
 .Xr ypbind 8
 service.
+.It Va nis_ypldap_enable
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+run the
+.Xr ypldap 8
+daemon at system boot time.
+.It Va nis_ypldap_flags
+.Pq Vt str
+If
+.Va nis.ypldap_enable
+is set to
+.Dq Li YES ,
+these are the flags to pass to the
+.Xr ypldap 8
+daemon.
 .It Va nis_ypset_enable
 .Pq Vt bool
 If set to

Modified: head/usr.sbin/ypldap/ypldap.8
==============================================================================
--- head/usr.sbin/ypldap/ypldap.8	Tue Jun  7 00:27:55 2016	(r301535)
+++ head/usr.sbin/ypldap/ypldap.8	Tue Jun  7 01:00:08 2016	(r301536)
@@ -74,7 +74,9 @@ configuration file.
 The
 .Nm
 program first appeared in
-.Ox 4.4 .
+.Ox 4.4
+and then
+.Fx 11.0 .
 .Sh AUTHORS
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606070100.u57108CH002582>