Use -h URL, not -p port

This commit is contained in:
Kurt Zeilenga 2001-11-28 02:20:36 +00:00
parent 6b88b30230
commit 99a6d0a552

View file

@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Starting slapd on TCP/IP port $PORT..."
$SLAPD -f $PASSWDCONF -p $PORT -d $LVL $TIMING > $MASTERLOG 2>&1 &
$SLAPD -f $PASSWDCONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 &
PID=$!
echo "Testing slapd searching..."