--- tests/scripts/relay 2006/01/03 22:12:29 1.13 +++ tests/scripts/relay 2007/08/31 23:14:09 1.13.2.3 @@ -1,8 +1,8 @@ #! /bin/sh -# $OpenLDAP: pkg/ldap/tests/scripts/relay,v 1.12 2005/09/30 05:32:49 hyc Exp $ +# $OpenLDAP: pkg/ldap/tests/scripts/relay,v 1.15 2007/01/02 19:01:19 kurt Exp $ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2006 The OpenLDAP Foundation. +## Copyright 1998-2007 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -17,8 +17,9 @@ echo "Using $RELAY backend..." echo "" echo "Starting slapd on TCP/IP port $PORT1..." +echo "======== Starting slapd with $RELAY backend ========" >> $LOG1 . $CONFFILTER $BACKEND $MONITORDB < $RELAYCONF > $CONF1 -$SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 & +$SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING >> $LOG1 2>&1 & PID=$! if test $WAIT != 0 ; then echo PID $PID