diff options
author | Andreas Schwab <schwab@suse.de> | 2014-03-19 09:42:29 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2014-03-19 14:45:10 +0100 |
commit | baaf1dedc969e6fc87c4d5048c260f930c73881e (patch) | |
tree | 83350d2da30a4451e76e10ff12f5f6deae3f5131 | |
parent | b1115e916a2d94d85a110126f8781f0717269766 (diff) | |
download | glibc-baaf1dedc969e6fc87c4d5048c260f930c73881e.zip glibc-baaf1dedc969e6fc87c4d5048c260f930c73881e.tar.gz glibc-baaf1dedc969e6fc87c4d5048c260f930c73881e.tar.bz2 |
nscd: also invalidate netgroup cache on reload
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nscd/nscd.service | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 |