Skip to content
Snippets Groups Projects
Commit b2226f75 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent 47e5f301
No related branches found
No related tags found
No related merge requests found
......@@ -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}/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment