diff options
author | Carlos O'Donell <carlos@redhat.com> | 2019-03-20 22:11:32 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2019-08-19 09:57:58 -0400 |
commit | d34d4c80226b3f5a1b51a8e5b005a52fba07d7ba (patch) | |
tree | cc63db70c07ade522747582bfc46c8832f166ae3 /ChangeLog | |
parent | 4b7c74179c8928d971d370e1137d202f891a4cf5 (diff) | |
download | glibc-d34d4c80226b3f5a1b51a8e5b005a52fba07d7ba.zip glibc-d34d4c80226b3f5a1b51a8e5b005a52fba07d7ba.tar.gz glibc-d34d4c80226b3f5a1b51a8e5b005a52fba07d7ba.tar.bz2 |
nscd: Improve nscd.conf comments.
This change adds a warning to nscd.conf about running multiple caching
services together and that it may lead to unexpected behaviours. Also we
add a note that enabling the 'shared' option will cause cache hit rates
to be misreported (a side effect of the implementation).
v2
- Rewrite comment to avoid implementation details.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2019-08-19 Carlos O'Donell <carlos@redhat.com> + * nscd/nscd.conf: Add warning and comment about shared option. + +2019-08-19 Carlos O'Donell <carlos@redhat.com> + * nss/nsswitch.conf: Expand comments, and simplify defaults. * manual/nss.texi (NSS Basics): List all known databases. (Services in the NSS configuration): Mention automount. |