This *should* work

This commit is contained in:
Kurt Zeilenga 2002-08-12 22:27:24 +00:00
parent ea4996046c
commit 233b0fd1dc

View File

@ -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}/"