summaryrefslogtreecommitdiff
path: root/nscd/nscd.init
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-15 21:20:11 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-15 21:20:11 +0000
commit457962e5f1490b9f2d64a2767b16fc472fc0db95 (patch)
tree6acd5d28654111fe9861e348532b544a9d78d1d3 /nscd/nscd.init
parenta8a589676cfbc51e4a1b363355c1cdc6d116d847 (diff)
Update.
2004-10-15 Ulrich Drepper <drepper@redhat.com> * nscd/nscd.h (_PATH_NSCD_PASSWD_DB): Move to /var/db. (_PATH_NSCD_GROUP_DB): Likewise. (_PATH_NSCD_HOSTS_DB): Likewise. (_PATH_NSCD_XYZ_DB_TMP): New #define, point to /var/run. * nscd/connections.c (nscd_init): Non-persistent database files are created with the _PATH_NSCD_XYZ_DB_TMP path. * nscd/nscd.init: Create /var/db/nscd if necessary.
Diffstat (limited to 'nscd/nscd.init')
-rw-r--r--nscd/nscd.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/nscd.init b/nscd/nscd.init
index 568fe3e1e2..d5c1cb9ae3 100644
--- a/nscd/nscd.init
+++ b/nscd/nscd.init
@@ -38,6 +38,7 @@ prog=nscd
start () {
[ -d /var/run/nscd ] || mkdir /var/run/nscd
+ [ -d /var/db/nscd ] || mkdir /var/db/nscd
secure=""
# for table in passwd group hosts
# do