]> git.sur5r.net Git - openldap/commitdiff
Support --disable-monitor: Do not leave $MONMOD empty
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 21 Aug 2005 00:58:00 +0000 (00:58 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 21 Aug 2005 00:58:00 +0000 (00:58 +0000)
tests/scripts/conf.sh

index 2eb536b29b3702d11713e1a11ee834cb1791f683..10266bdb5cd256edfc34a33a0adeb934d073722b 100755 (executable)
 ## 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>.
+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