Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2023 16:39:55 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b8c44def536c - main - rc.conf(5): document nscd_enable
Message-ID:  <202302281639.31SGdtYr036684@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=b8c44def536c5f0abb1a167d8c7a23cde2604756

commit b8c44def536c5f0abb1a167d8c7a23cde2604756
Author:     Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-02-28 16:18:06 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-28 16:36:25 +0000

    rc.conf(5): document nscd_enable
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/650
---
 share/man/man5/rc.conf.5 | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 31f084138029..db1dfd3b6b81 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -2349,6 +2349,23 @@ If set to
 run the
 .Xr unbound 8
 daemon as a local caching DNS resolver.
+.It Va nscd_enable
+.Pq Vt bool
+Set to
+.Dq Li YES
+to start the
+.Xr nscd 8
+caching daemon for the
+.Nm nsswitch
+subsystem.
+.It Va nscd_flags
+.Pq Vt str
+If
+.Va nscd_enable
+is set to
+.Dq Li YES ,
+these flags are passed to
+.Xr nscd 8 .
 .It Va kdc_enable
 .Pq Vt bool
 Set to



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