From 233b0fd1dc540bf215870c61ae708ad5513fa980 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 12 Aug 2002 22:27:24 +0000 Subject: [PATCH] This *should* work --- tests/scripts/conf.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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}/" -- 2.39.5