[Lunar-commits] r16385 - moonbase/trunk/libs/glibc/init.d
Auke Kok
sofar at lunar-linux.org
Wed Sep 7 23:30:21 UTC 2005
Author: sofar
Date: 2005-09-07 23:30:21 +0000 (Wed, 07 Sep 2005)
New Revision: 16385
Modified:
moonbase/trunk/libs/glibc/init.d/nscd
Log:
These are also needed and best done at startup.
Modified: moonbase/trunk/libs/glibc/init.d/nscd
===================================================================
--- moonbase/trunk/libs/glibc/init.d/nscd 2005-09-07 22:40:39 UTC (rev 16384)
+++ moonbase/trunk/libs/glibc/init.d/nscd 2005-09-07 23:30:21 UTC (rev 16385)
@@ -8,6 +8,7 @@
start ()
{
echo -n "Starting nscd: "
+ mkdir -p /var/db/nscd /var/run/nscd &&
/usr/sbin/nscd &&
echo -e $RESULT_OK || echo -e $RESULT_FAIL
}
More information about the Lunar-commits
mailing list