From: Ulrich Drepper Date: Fri, 1 Dec 2006 20:12:54 +0000 (+0000) Subject: * nscd/nscd.init: Remove obsolete and commented-out -S option X-Git-Tag: cvs/fedora-glibc-20061205T2141~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e3df412a119ead363b664b3a1c27324363342d0;p=platform%2Fupstream%2Fglibc.git * nscd/nscd.init: Remove obsolete and commented-out -S option handling. --- diff --git a/ChangeLog b/ChangeLog index e164a16..d361fc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-01 Ulrich Drepper + + * nscd/nscd.init: Remove obsolete and commented-out -S option + handling. + 2006-12-01 Jan Kratochvil * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with diff --git a/nscd/nscd.init b/nscd/nscd.init index a0074b9..a882da7 100644 --- a/nscd/nscd.init +++ b/nscd/nscd.init @@ -49,15 +49,8 @@ prog=nscd start () { [ -d /var/run/nscd ] || mkdir /var/run/nscd [ -d /var/db/nscd ] || mkdir /var/db/nscd - secure="" -# for table in passwd group hosts -# do -# if egrep -q '^'$table':.*nisplus' /etc/nsswitch.conf; then -# /usr/lib/nscd_nischeck $table || secure="$secure -S $table,yes" -# fi -# done echo -n $"Starting $prog: " - daemon /usr/sbin/nscd $secure + daemon /usr/sbin/nscd RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/nscd