[Lunar-commits] r17809 - moonbase/trunk/libs/glibc

Auke Kok sofar at lunar-linux.org
Mon Dec 26 19:10:53 UTC 2005


Author: sofar
Date: 2005-12-26 19:10:50 +0000 (Mon, 26 Dec 2005)
New Revision: 17809

Removed:
   moonbase/trunk/libs/glibc/init.d/
Modified:
   moonbase/trunk/libs/glibc/BUILD
Log:
byebye nscd.


Modified: moonbase/trunk/libs/glibc/BUILD
===================================================================
--- moonbase/trunk/libs/glibc/BUILD	2005-12-26 18:59:54 UTC (rev 17808)
+++ moonbase/trunk/libs/glibc/BUILD	2005-12-26 19:10:50 UTC (rev 17809)
@@ -1,7 +1,5 @@
 (
 
-  add_priv_user nscd:nscd
-
   if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then
     sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in
   fi
@@ -151,10 +149,6 @@
   rm /lib/libnsl-lunar.so        &&
   rm /lib/libcrypt-lunar.so      &&
 
-  if [ ! -e /etc/nscd.conf ] ; then
-    install -m0644 $SCRIPT_DIRECTORY/nscd.conf /etc/
-  fi                             &&
-
   # Generate locale info
   unset   LD_PRELOAD             &&
   if  [  -z  "$GLIBC_LOCALES"  ];  then



More information about the Lunar-commits mailing list