[SM-Commit] GIT changes to master grimoire by Eric Sandall (869f3b5c7e308a954c0aebd11baf37704e8891b4)
Eric Sandall
scm at sourcemage.org
Wed Jun 10 01:59:53 EDT 2009
GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:
libs/glibc/HISTORY | 3 +++
libs/glibc/init.d/nscd | 1 +
2 files changed, 4 insertions(+)
New commits:
commit 869f3b5c7e308a954c0aebd11baf37704e8891b4
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>
glibc: nscd requires /var/db/nscd
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index b64548b..4f3b2a8 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2009-06-09 Eric Sandall <sandalle at sourcemage.org>
+ * init.d/nscd: Also requires /var/db/nscd to exist
+
2009-05-21 Eric Sandall <sandalle at sourcemage.org>
* INSTALL: Install default nscd.conf file
* init.d/nscd: The long missing nscd init script
diff --git a/libs/glibc/init.d/nscd b/libs/glibc/init.d/nscd
index dd5625b..02b6eab 100755
--- a/libs/glibc/init.d/nscd
+++ b/libs/glibc/init.d/nscd
@@ -13,6 +13,7 @@ RECOMMENDED=yes
start()
{
[[ -d /var/run/nscd ]] || mkdir -p /var/run/nscd
+ [[ -d /var/db/nscd ]] || mkdir -p /var/db/nscd
echo "Starting Name Service Cache Daemon..."
$PROGRAM $ARGS
evaluate_retval
More information about the SM-Commit
mailing list