From: Kurt Zeilenga Date: Mon, 12 Aug 2002 22:27:24 +0000 (+0000) Subject: This *should* work X-Git-Tag: NO_SLAP_OP_BLOCKS~1232 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=233b0fd1dc540bf215870c61ae708ad5513fa980;p=openldap This *should* work --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 43504e3a5a..28978c5017 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -5,5 +5,8 @@ if [ x"$MONITORDB" = x"yes" ] ; then else MON=nomonitor fi -sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//" -e "s/^#$MON#//" \ - -e "s/@PORT@/9009/" -e "s/@SLAVEPORT@/9010/" +sed -e "s/@BACKEND@/${BACKEND}/" \ + -e "s/^#${BACKEND}#//" \ + -e "s/^#${MON}#//" \ + -e "s/@PORT@/${PORT}/" \ + -e "s/@SLAVEPORT@/${SLAVEPORT}/"