This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-194-g16d2c63


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  16d2c6310370afe735f3a5cd0869b03a52c0acff (commit)
      from  cd837b09b5f1cf4ce8bca27049899258fed83a4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=16d2c6310370afe735f3a5cd0869b03a52c0acff

commit 16d2c6310370afe735f3a5cd0869b03a52c0acff
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sun Feb 19 01:46:08 2012 +0000

    Correct list of services in example NSS configuration file.

diff --git a/ChangeLog b/ChangeLog
index ff94533..7aee191 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-19  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #13704]
+	* manual/nss.texi (Services in the NSS configuration): Correct
+	list of services in example configuration file.
+
 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
 
 	[BZ #11322]
diff --git a/NEWS b/NEWS
index da8861c..10ef6da 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ Version 2.16
   174, 350, 411, 3335, 4026, 4596, 4822, 5077, 5805, 5993, 6884, 6907, 9902,
   10140, 10210, 11322, 11494, 12047, 13058, 13525, 13526, 13527, 13528,
   13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553, 13555,
-  13559, 13583, 13618
+  13559, 13583, 13618, 13704
 
 * ISO C11 support:
 
diff --git a/manual/nss.texi b/manual/nss.texi
index 3deb9f0..9627583 100644
--- a/manual/nss.texi
+++ b/manual/nss.texi
@@ -138,8 +138,9 @@ the reaction on lookup result like @code{[NOTFOUND=return]}.
 @node Services in the NSS configuration, Actions in the NSS configuration, NSS Configuration File, NSS Configuration File
 @subsection Services in the NSS configuration File
 
-The above example file mentions four different services: @code{files},
-@code{db}, @code{nis}, and @code{nisplus}.  This does not mean these
+The above example file mentions five different services: @code{files},
+@code{db}, @code{dns}, @code{nis}, and @code{nisplus}.  This does not
+mean these
 services are available on all sites and it does also not mean these are
 all the services which will ever be available.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    6 ++++++
 NEWS            |    2 +-
 manual/nss.texi |    5 +++--
 3 files changed, 10 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]