X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fconf.sh;h=58ce5214f4cdc50765ef1bca53d31e997b0d9f40;hb=737562a20b3d8df1ecffec610f285f583b75f5c9;hp=2eb536b29b3702d11713e1a11ee834cb1791f683;hpb=9b604802931ec38ed8a036389cc1ae69dfecac44;p=openldap diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 2eb536b29b..58ce5214f4 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -12,12 +12,11 @@ ## A copy of this license is available in the file LICENSE in the ## top-level directory of the distribution or, alternatively, at ## . +MONMOD=nomod if [ x"$MONITORDB" = xyes -o x"$MONITORDB" = xmod ] ; then MON=monitor if [ $MONITORDB = mod ] ; then MONMOD=monitormod - else - MONMOD=nomod fi else MON=nomonitor @@ -42,7 +41,6 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${AC_relay}#//" \ -e "s/^#${AC_sql}#//" \ -e "s/^#${RDBMS}#//" \ - -e "s/^#${AC_glue}#//" \ -e "s/^#${AC_pcache}#//" \ -e "s/^#${AC_ppolicy}#//" \ -e "s/^#${AC_refint}#//" \ @@ -51,9 +49,11 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${AC_syncprov}#//" \ -e "s/^#${AC_translucent}#//" \ -e "s/^#${AC_unique}#//" \ + -e "s/^#${AC_valsort}#//" \ -e "s/^#${MON}#//" \ -e "s/^#${MONMOD}#//" \ -e "s/^#${SASL}#//" \ + -e "s/^#${ACI}#//" \ -e "s;@URI1@;${URI1};" \ -e "s;@URI2@;${URI2};" \ -e "s;@URI3@;${URI3};" \