]> git.sur5r.net Git - openldap/commitdiff
Use $SLURPD_DEBUG
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 21:33:37 +0000 (21:33 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 21:33:37 +0000 (21:33 +0000)
tests/scripts/test007-replication

index 53d71b277567999882a5920ea43031304a6623ae..f42683199b7a56a0e35d28538b09004493bbe526 100755 (executable)
@@ -64,7 +64,7 @@ for i in 0 1 2 3 4 5; do
 done
 
 echo "Starting slurpd..."
-$SLURPD -f $MASTERCONF -d 4 -t $REPLDIR > $SLURPLOG 2>&1 &
+$SLURPD -f $MASTERCONF -d ${SLURPD_DEBUG-4} -t $REPLDIR > $SLURPLOG 2>&1 &
 SLURPPID=$!
 
 echo "Using ldapadd to populate the master directory..."