diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-31 21:44:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-31 21:44:08 +0000 |
commit | 520ec963af2e012caa5609ad2fac041f6e7af6d7 (patch) | |
tree | 7f24f9f19122cdd78d17f3ed894704802f7610b1 /nscd/nscd-client.h | |
parent | d4b04a331cfa0b4a4a2864631653a45039128b85 (diff) | |
download | glibc-520ec963af2e012caa5609ad2fac041f6e7af6d7.tar.gz glibc-520ec963af2e012caa5609ad2fac041f6e7af6d7.tar.xz glibc-520ec963af2e012caa5609ad2fac041f6e7af6d7.zip |
Update.
* inet/rcmd.c: Provide better error message in case of unknown host. Remove USE_IN_LIBIO. * nscd/nscd.init: Updated version, more conforming with current init file standards. * nscd/nscd-client.h (_PATH_NSCDPID): Move the file into /var/run/nscd directory. (_PATH_NSCDSOCKET): Likewise. * test-skeleton.c (timeout_handler): Fix error message.
Diffstat (limited to 'nscd/nscd-client.h')
-rw-r--r-- | nscd/nscd-client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h index be3bc2ffb9..c0cf14b753 100644 --- a/nscd/nscd-client.h +++ b/nscd/nscd-client.h @@ -29,10 +29,10 @@ #define NSCD_VERSION 2 /* Path of the file where the PID of the running system is stored. */ -#define _PATH_NSCDPID "/var/run/nscd.pid" +#define _PATH_NSCDPID "/var/run/nscd/nscd.pid" /* Path for the Unix domain socket. */ -#define _PATH_NSCDSOCKET "/var/run/.nscd_socket" +#define _PATH_NSCDSOCKET "/var/run/nscd/socket" /* Path for the configuration file. */ #define _PATH_NSCDCONF "/etc/nscd.conf" |