Use $SLURPD_DEBUG

This commit is contained in:
Hallvard Furuseth 1999-08-01 21:33:37 +00:00
parent e259fc72e0
commit eaf331f4aa

View File

@ -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..."