diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-03-10 13:17:54 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-03-10 13:17:54 +0530 |
commit | 8b4ff97413fc32ea7f817586bc682ff2cc34527b (patch) | |
tree | 6841941a1ed0ff7c30c0b68fffd9cc9b6e981378 /NEWS | |
parent | 54b46a4b3efd179ccbbf8e342e64391e2b590f1b (diff) | |
download | glibc-8b4ff97413fc32ea7f817586bc682ff2cc34527b.tar.gz glibc-8b4ff97413fc32ea7f817586bc682ff2cc34527b.tar.xz glibc-8b4ff97413fc32ea7f817586bc682ff2cc34527b.zip |
Mark nscd service as forking in systemd service file (BZ #16639)
Currently the nscd service is installed in systemd as a simple service, which means that it is able to handle its own errors and does not quit. Since nscd does not fit that description, i.e. it can exit on errors like, say, failing to parse nscd.conf, it should be declared as forking instead.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 35481c75c8..64a05000b0 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ Version 2.20 * The following bugs are resolved with this release: 15347, 15804, 15894, 16447, 16532, 16545, 16574, 16600, 16609, 16610, - 16611, 16613, 16623, 16632, 16670, 16674. + 16611, 16613, 16623, 16632, 16639, 16670, 16674. * The am33 port, which had not worked for several years, has been removed from ports. |