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