mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-12 02:00:04 -04:00
Whoops. local debugging changes should not have made it into
previous patch set.
This commit is contained in:
parent
3ab8c58335
commit
12fac1d5be
1 changed files with 1 additions and 1 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue