summaryrefslogtreecommitdiff
path: root/debian/debhelper.in
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2016-10-15 22:47:34 +0200
committerAurelien Jarno <aurelien@aurel32.net>2016-10-15 23:25:33 +0200
commitdda1ff37342bd20712ddf3e1df12e1887f359ed6 (patch)
tree6e1f549aedce91a3270fc2f9f3b76a66efc8605b /debian/debhelper.in
parent07cafd8a13df868f4ef9a3d4a849c32510bf2582 (diff)
debian/debhelper.in/nscd.init: also invalidate services and netgroup during reload.
Diffstat (limited to 'debian/debhelper.in')
-rw-r--r--debian/debhelper.in/nscd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/debhelper.in/nscd.init b/debian/debhelper.in/nscd.init
index a1724994..cc58184a 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
}