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.19-194-gbaaf1de


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  baaf1dedc969e6fc87c4d5048c260f930c73881e (commit)
      from  b1115e916a2d94d85a110126f8781f0717269766 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=baaf1dedc969e6fc87c4d5048c260f930c73881e

commit baaf1dedc969e6fc87c4d5048c260f930c73881e
Author: Andreas Schwab <schwab@suse.de>
Date:   Wed Mar 19 09:42:29 2014 +0100

    nscd: also invalidate netgroup cache on reload

diff --git a/ChangeLog b/ChangeLog
index 574abe1..edffa1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-19  Andreas Schwab  <schwab@suse.de>
+
+	* nscd/nscd.service: Also invalidate netgroup cache on reload.
+
 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #16649]
diff --git a/nscd/nscd.service b/nscd/nscd.service
index b7428a3..ab38e8f 100644
--- a/nscd/nscd.service
+++ b/nscd/nscd.service
@@ -11,6 +11,7 @@ ExecReload=/usr/sbin/nscd -i passwd
 ExecReload=/usr/sbin/nscd -i group
 ExecReload=/usr/sbin/nscd -i hosts
 ExecReload=/usr/sbin/nscd -i services
+ExecReload=/usr/sbin/nscd -i netgroup
 Restart=always
 PIDFile=/run/nscd/nscd.pid
 

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

Summary of changes:
 ChangeLog         |    4 ++++
 nscd/nscd.service |    1 +
 2 files changed, 5 insertions(+), 0 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]