Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2009 08:31:02 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r187045 - stable/7/usr.sbin/nscd
Message-ID:  <200901110831.n0B8V2Fc021646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maxim
Date: Sun Jan 11 08:31:01 2009
New Revision: 187045
URL: http://svn.freebsd.org/changeset/base/187045

Log:
  MFC r186394: correct a database name.

Modified:
  stable/7/usr.sbin/nscd/nscd.conf.5

Modified: stable/7/usr.sbin/nscd/nscd.conf.5
==============================================================================
--- stable/7/usr.sbin/nscd/nscd.conf.5	Sun Jan 11 05:59:39 2009	(r187044)
+++ stable/7/usr.sbin/nscd/nscd.conf.5	Sun Jan 11 08:31:01 2009	(r187045)
@@ -53,7 +53,7 @@ and a
 .Ar value .
 Usual cachenames are
 .Dq Li passwd ,
-.Dq Li groups ,
+.Dq Li group ,
 .Dq Li hosts ,
 .Dq Li services ,
 .Dq Li protocols
@@ -125,7 +125,7 @@ will act similarly to the NSCD.
 .Sy NOTE :
 this feature is currently experimental \[em] it supports only
 .Dq Li passwd ,
-.Dq Li groups
+.Dq Li group
 and
 .Dq Li services
 cachenames.



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