Add wait clause for slurpd

This commit is contained in:
Howard Chu 2003-05-24 01:57:29 +00:00
parent c40115c12e
commit 6165d8ed9c

View file

@ -77,6 +77,10 @@ done
echo "Starting slurpd..."
$SLURPD -f $MASTERCONF -d ${SLURPD_DEBUG-5} -t $REPLDIR > $SLURPLOG 2>&1 &
SLURPPID=$!
if test $WAIT != 0 ; then
echo SLURPPID $SLURPPID
read foo
fi
echo "Using ldapadd to populate the master directory..."
$LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT -w $PASSWD < \