mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Add wait clause for slurpd
This commit is contained in:
parent
c40115c12e
commit
6165d8ed9c
1 changed files with 4 additions and 0 deletions
|
|
@ -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 < \
|
||||
|
|
|
|||
Loading…
Reference in a new issue