Append log

This commit is contained in:
Kurt Zeilenga 2001-05-07 19:30:22 +00:00
parent d633ab3e2a
commit 3a87993570

View File

@ -30,7 +30,7 @@ fi
echo "Starting slapd on TCP/IP port $PORT..."
. $CONFFILTER $BACKEND < $CONF > $DBCONF
$SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING > /dev/null 2>&1 &
$SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING >> /dev/null 2>&1 &
PID=$!
echo "Using ldapsearch to retrieve all the entries..."