]> git.sur5r.net Git - openldap/commitdiff
Add wait clause for slurpd
authorHoward Chu <hyc@openldap.org>
Sat, 24 May 2003 01:57:29 +0000 (01:57 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 24 May 2003 01:57:29 +0000 (01:57 +0000)
tests/scripts/test007-replication

index 8deaa2743738c290223222f936ffcaf46c9cb501..a8a7a31f79981b1837eb18941ba5fe1aad085555 100755 (executable)
@@ -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 < \