From: Hallvard Furuseth Date: Sun, 21 Aug 2005 00:58:00 +0000 (+0000) Subject: Support --disable-monitor: Do not leave $MONMOD empty X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~631 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9fb32a65b30427ad51d1fbca58b047f75a5b07eb;p=openldap Support --disable-monitor: Do not leave $MONMOD empty --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 2eb536b29b..10266bdb5c 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