]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Sat, 11 Sep 2004 16:17:10 +0000 (16:17 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 11 Sep 2004 16:17:10 +0000 (16:17 +0000)
tests/scripts/conf.sh
tests/scripts/defines.sh

index e0b7937013d2381ae3989263101fe5940016ccee..e342544af1c3b2fd5d7230f67179b0a1f26df8a4 100755 (executable)
@@ -12,7 +12,7 @@
 ## A copy of this license is available in the file LICENSE in the
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
-if [ x"$MONITORDB" = x"yes" -o x"$MONITORDB" = xmod ] ; then
+if [ x"$MONITORDB" = xyes -o x"$MONITORDB" = xmod ] ; then
        MON=monitor
        if [ $MONITORDB = mod ] ; then
                MONMOD=monitormod
index 913653d6567ce5c6311c1daf2c3113c003c280f6..42961a0ede27dd6218cfcd6fc09d2fa1e5da0a16 100755 (executable)
@@ -22,8 +22,8 @@ RDBMSWRITE=${SLAPD_USE_SQLWRITE-no}
 PROXYCACHE=${AC_pcache-pcacheno}
 PPOLICY=${AC_ppolicy-ppolicyno}
 REFINT=${AC_refint-refintno}
-UNIQUE=${AC_unique-uniqueno}
 RWM=${AC_rwm-rwmno}
+UNIQUE=${AC_unique-uniqueno}
 WITH_SASL=${AC_WITH_SASL-no}
 USE_SASL=${SLAPD_USE_SASL-no}
 WITHTLS=${AC_WITHTLS-yes}