diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-16 22:33:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-16 22:33:01 +0000 |
commit | d9822dbe663a7cefe32979e09a186f739ea8b769 (patch) | |
tree | 223a75f50009f160812a894cb187a71b64976d2c /ChangeLog | |
parent | 2ca285b098890abde89fc79bbaf69432b14f18d1 (diff) | |
download | glibc-d9822dbe663a7cefe32979e09a186f739ea8b769.zip glibc-d9822dbe663a7cefe32979e09a186f739ea8b769.tar.gz glibc-d9822dbe663a7cefe32979e09a186f739ea8b769.tar.bz2 |
* nscd/connections.c (restart): Try to preserve the process name
by reading the /proc/self/exe symlink and using the return name.
Patch by Jeff Bastian <jbastian@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-03-16 Ulrich Drepper <drepper@redhat.com> + + * nscd/connections.c (restart): Try to preserve the process name + by reading the /proc/self/exe symlink and using the return name. + Patch by Jeff Bastian <jbastian@redhat.com>. + 2009-03-15 Ulrich Drepper <drepper@redhat.com> [BZ #9733] |