Use ordered input to slapadd(8) as required by back-bdb

This commit is contained in:
Kurt Zeilenga 2000-09-26 20:28:55 +00:00
parent dccdd30497
commit c1aeb0b9ed
7 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Running slapadd to build slapd database..."
$SLAPADD -f $CONF -l $LDIF
$SLAPADD -f $CONF -l $LDIFORDERED
RC=$?
if test $RC != 0 ; then
echo "slapadd failed ($RC)!"

View File

@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Running slapadd to build slapd database..."
$SLAPADD -f $MCONF -l $LDIF
$SLAPADD -f $MCONF -l $LDIFORDERED
RC=$?
if test $RC != 0 ; then
echo "slapadd failed ($RC)!"

View File

@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Running slapadd to build slapd database..."
$SLAPADD -f $CONF -l $LDIF
$SLAPADD -f $CONF -l $LDIFORDERED
RC=$?
if test $RC != 0 ; then
echo "slapadd failed ($RC)!"

View File

@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Running slapadd to build slapd database..."
$SLAPADD -f $CONF -l $LDIF
$SLAPADD -f $CONF -l $LDIFORDERED
RC=$?
if test $RC != 0 ; then
echo "slapadd failed ($RC)!"

View File

@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Running slapadd to build slapd database..."
$SLAPADD -f $CONF -l $LDIF
$SLAPADD -f $CONF -l $LDIFORDERED
RC=$?
if test $RC != 0 ; then
echo "slapadd failed ($RC)!"

View File

@ -21,7 +21,7 @@ echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Running slapadd to build slapd database..."
$SLAPADD -f $CONF -l $LDIF
$SLAPADD -f $CONF -l $LDIFORDERED
RC=$?
if test $RC != 0 ; then
echo "slapadd failed ($RC)!"

View File

@ -23,7 +23,7 @@ rm -f $DBDIR/[!C]*
rm -f $REPLDIR/[!C]*
echo "Running slapadd to build slapd database..."
$SLAPADD -f $CONF -l $LDIF
$SLAPADD -f $CONF -l $LDIFORDERED
RC=$?
if test $RC != 0 ; then
echo "slapadd failed ($RC)!"