[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1559 - glibc-package/branches/glibc-2.4/debian/local/etc_init.d



Author: schizo
Date: 2006-05-28 19:44:18 +0000 (Sun, 28 May 2006)
New Revision: 1559

Modified:
   glibc-package/branches/glibc-2.4/debian/local/etc_init.d/nscd
Log:
comment out the nischeck stuff in the OTHER nscd initscript


Modified: glibc-package/branches/glibc-2.4/debian/local/etc_init.d/nscd
===================================================================
--- glibc-package/branches/glibc-2.4/debian/local/etc_init.d/nscd	2006-05-28 15:01:08 UTC (rev 1558)
+++ glibc-package/branches/glibc-2.4/debian/local/etc_init.d/nscd	2006-05-28 19:44:18 UTC (rev 1559)
@@ -42,10 +42,10 @@
 	SECURE=""
 	for TABLE in passwd group
 	do
-		if egrep '^'$TABLE':.*nisplus' /etc/nsswitch.conf >/dev/null
-		then
-			/usr/sbin/nscd_nischeck "$TABLE" || SECURE="$SECURE -S $TABLE,yes"
-		fi
+#		if egrep '^'$TABLE':.*nisplus' /etc/nsswitch.conf >/dev/null
+#		then
+#			/usr/sbin/nscd_nischeck "$TABLE" || SECURE="$SECURE -S $TABLE,yes"
+#		fi
 	done
 	start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec "$DAEMON" --test > /dev/null || return 1
 	start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec "$DAEMON" -- \



Reply to: