Skip to content

Commit

Permalink
* nscd/nscd.init: Remove obsolete and commented-out -S option
Browse files Browse the repository at this point in the history
	handling.
  • Loading branch information
Ulrich Drepper committed Dec 1, 2006
1 parent 610fa4a commit 4e3df41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-12-01 Ulrich Drepper <drepper@redhat.com>

* nscd/nscd.init: Remove obsolete and commented-out -S option
handling.

2006-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
Expand Down
9 changes: 1 addition & 8 deletions nscd/nscd.init
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e3df41

Please sign in to comment.