summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/config.h
diff options
context:
space:
mode:
authorbushman <bushman@FreeBSD.org>2007-08-09 13:06:12 +0000
committerbushman <bushman@FreeBSD.org>2007-08-09 13:06:12 +0000
commit134f3ad3d31d78a7dad40bc6160d9048c1b82552 (patch)
tree1589409ef0b53b096b886613488415a250bf359d /usr.sbin/nscd/config.h
parent84d5db62db7fae363e820c77d44cb82d8e7716ee (diff)
downloadFreeBSD-src-134f3ad3d31d78a7dad40bc6160d9048c1b82552.zip
FreeBSD-src-134f3ad3d31d78a7dad40bc6160d9048c1b82552.tar.gz
- Renaming repocopied cached to nscd
Approved by: re (kensmith), brooks (mentor)
Diffstat (limited to 'usr.sbin/nscd/config.h')
-rw-r--r--usr.sbin/nscd/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/nscd/config.h b/usr.sbin/nscd/config.h
index b54dc9b..a3205c9 100644
--- a/usr.sbin/nscd/config.h
+++ b/usr.sbin/nscd/config.h
@@ -26,8 +26,8 @@
* $FreeBSD$
*/
-#ifndef __CACHED_CONFIG_H__
-#define __CACHED_CONFIG_H__
+#ifndef __NSCD_CONFIG_H__
+#define __NSCD_CONFIG_H__
#include <sys/stat.h>
#include <sys/types.h>
@@ -44,8 +44,8 @@
#define DEFAULT_CACHE_HT_SIZE 257
#define INITIAL_ENTRIES_CAPACITY 8
-#define DEFAULT_SOCKET_PATH "/var/run/cached"
-#define DEFAULT_PIDFILE_PATH "/var/run/cached.pid"
+#define DEFAULT_SOCKET_PATH "/var/run/nscd"
+#define DEFAULT_PIDFILE_PATH "/var/run/nscd.pid"
#define DEFAULT_POSITIVE_ELEMENTS_SIZE (2048)
#define DEFAULT_POSITIVE_LIFETIME (3600)
OpenPOWER on IntegriCloud