]> git.sur5r.net Git - openldap/blob - tests/scripts/conf.sh
Partially back out last commit
[openldap] / tests / scripts / conf.sh
1 #! /bin/sh
2 # $OpenLDAP$
3 # . $SRCDIR/scripts/defines.sh
4 if [ x"$MONITORDB" = x"yes" ] ; then
5         MON=monitor
6 else
7         MON=nomonitor
8 fi
9 sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//"  -e "s/^#$MON#//" \
10         -e "s/@PORT@/9009/" -e "s/@SLAVEPORT@/9010/"