Glue is back in core, not an overlay

This commit is contained in:
Howard Chu 2005-09-01 11:49:40 +00:00
parent 0ec5e73f64
commit 3033741b60
3 changed files with 0 additions and 11 deletions

View File

@ -20,7 +20,6 @@ BACKRELAY=${AC_relay-relayno}
BACKSQL=${AC_sql-sqlno}
RDBMS=${SLAPD_USE_SQL-rdbmsno}
RDBMSWRITE=${SLAPD_USE_SQLWRITE-no}
GLUE=${AC_glue-glueno}
PROXYCACHE=${AC_pcache-pcacheno}
PPOLICY=${AC_ppolicy-ppolicyno}
REFINT=${AC_refint-refintno}

View File

@ -16,11 +16,6 @@
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
if test $GLUE = glueno; then
echo "Backend glue overlay not available, test skipped"
exit 0
fi
mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR1C
echo "Running slapadd to build glued slapd databases..."

View File

@ -16,11 +16,6 @@
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
if test $GLUE = glueno; then
echo "Backend glue overlay not available, test skipped"
exit 0
fi
mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR1C
echo "Starting slapd on TCP/IP port $PORT..."