]> git.sur5r.net Git - openldap/commitdiff
Append log
authorKurt Zeilenga <kurt@openldap.org>
Mon, 7 May 2001 19:30:22 +0000 (19:30 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 7 May 2001 19:30:22 +0000 (19:30 +0000)
tests/scripts/start-master-nolog

index d00a56b90e44e35e7a790e21fa0a5005971c22b8..b075c38f77536f0f8919dd12075d046cbf3b8ae6 100755 (executable)
@@ -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..."