From: Hallvard Furuseth Date: Tue, 8 Dec 2009 19:07:12 +0000 (+0000) Subject: ITS#5810 undo last commit: s/^#${AC_null}#// would remove #mod#, not #nullmod# X-Git-Tag: ACLCHECK_0~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78ece29ae13772006311ebb6408b0c376b09af0c;p=openldap ITS#5810 undo last commit: s/^#${AC_null}#// would remove #mod#, not #nullmod# --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index c031e9111d..bb50966d81 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -40,7 +40,6 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${BACKENDTYPE}#//" \ -e "s/^#${AC_ldap}#//" \ -e "s/^#${AC_meta}#//" \ - -e "s/^#${AC_null}#//" \ -e "s/^#${AC_relay}#//" \ -e "s/^#${AC_sql}#//" \ -e "s/^#${RDBMS}#//" \