From b2226f75c495558933991383d0857cfa2df884e8 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 19 Jun 2004 16:29:30 +0000 Subject: [PATCH] cleanup --- tests/scripts/conf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 49f326c9a0..42e623c3e1 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -27,6 +27,7 @@ if [ x"$WITH_SASL" = x"yes" -a x"$USE_SASL" != x"no" ] ; then if [ x"$USE_SASL" = x"yes" ] ; then USE_SASL=DIGEST-MD5 fi + SASL_MECH="\"mech=$USE_SASL\"" else SASL="nosasl" SASL_MECH= @@ -42,6 +43,6 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${MON}#//" \ -e "s/^#${MONMOD}#//" \ -e "s/^#${SASL}#//" \ - -e "s/#SASL_MECH#/\"mech=${USE_SASL}\"/" \ + -e "s/#SASL_MECH#/${SASL_MECH}/" \ -e "s/@CACHETTL@/${CACHETTL}/" \ -e "s/@ENTRY_LIMIT@/${CACHE_ENTRY_LIMIT}/" -- 2.39.5