[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/02: debian/debhelper.in/nscd.init: also invalidate services and netgroup during reload.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit dda1ff37342bd20712ddf3e1df12e1887f359ed6
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Oct 15 22:47:34 2016 +0200

    debian/debhelper.in/nscd.init: also invalidate services and netgroup during reload.
---
 debian/changelog              | 2 ++
 debian/debhelper.in/nscd.init | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e63a67d..c193b76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,8 @@ glibc (2.24-4) UNRELEASED; urgency=medium
   * debian/sysdeps/linux.mk: Also install a /usr/include/<triplet>/arch
     symlink if it exists, needed for the tilegx architecture.
   * debian/control.in/main: add a dependency on lsb-base (>= 3.0-6) for ncsd.
+  * debian/debhelper.in/nscd.init: also invalidate services and netgroup
+    during reload.  Closes: #793649.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat, 17 Sep 2016 20:03:04 +0200
 
diff --git a/debian/debhelper.in/nscd.init b/debian/debhelper.in/nscd.init
index a172499..cc58184 100644
--- a/debian/debhelper.in/nscd.init
+++ b/debian/debhelper.in/nscd.init
@@ -72,7 +72,7 @@ status()
 
 invalidate_cache()
 {
-	for table in passwd group hosts ; do
+	for table in passwd group hosts services netgroup ; do
 		$DAEMON --invalidate $table
 	done
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: