From c532587f51da9fa4ee8a7e4e5360a7fa7e83be79 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 24 Mar 2003 15:00:04 +0000 Subject: [PATCH] ITS#2363 - slurpd should now exit cleanly without -KILL --- tests/scripts/test007-replication | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/scripts/test007-replication b/tests/scripts/test007-replication index d8d0059922..07d7f5bc91 100755 --- a/tests/scripts/test007-replication +++ b/tests/scripts/test007-replication @@ -95,7 +95,7 @@ RC=$? if test $RC != 0 ; then echo "ldapadd failed ($RC)!" kill -HUP $PID $SLAVEPID - kill -KILL $SLURPPID + kill -HUP $SLURPPID exit $RC fi @@ -191,7 +191,7 @@ RC=$? if test $RC != 0 ; then echo "ldapsearch failed ($RC)!" kill -HUP $PID $SLAVEPID - kill -KILL $SLURPPID + kill -HUP $SLURPPID exit $RC fi @@ -203,12 +203,12 @@ RC=$? if test $RC != 0 ; then echo "ldapsearch failed ($RC)!" kill -HUP $PID $SLAVEPID - kill -KILL $SLURPPID + kill -HUP $SLURPPID exit $RC fi kill -HUP $PID $SLAVEPID -kill -KILL $SLURPPID +kill -HUP $SLURPPID SEARCHOUT=$MASTEROUT LDIF=$SLAVEOUT -- 2.39.5