Whoops. local debugging changes should not have made it into

previous patch set.
This commit is contained in:
Kurt Zeilenga 1998-11-15 21:03:21 +00:00
parent 3ab8c58335
commit 12fac1d5be

View file

@ -8,7 +8,7 @@ echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Running ldif2ldbm to build slapd database..."
$LDIF2LDBM -j 1 -d 1 -f $CONF -i $LDIF -e ../servers/slapd/tools
$LDIF2LDBM -f $CONF -i $LDIF -e ../servers/slapd/tools
RC=$?
if [ $RC != 0 ]; then
echo "ldif2ldbm failed!"