Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (869f3b5c7e308a954c0aebd11baf37704e8891b4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (869f3b5c7e308a954c0aebd11baf37704e8891b4)
  • Date: Wed, 10 Jun 2009 00:59:53 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (869f3b5c7e308a954c0aebd11baf37704e8891b4), Eric Sandall, 06/10/2009

Archive powered by MHonArc 2.6.24.

Top of Page