]> git.sur5r.net Git - openldap/commitdiff
s/provider/producer/
authorPierangelo Masarati <ando@openldap.org>
Sun, 29 Aug 2010 06:11:13 +0000 (06:11 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 29 Aug 2010 06:11:13 +0000 (06:11 +0000)
tests/scripts/test054-syncreplication-parallel-load

index 6dfeef966cd63a607c5de07b5ad5c6e5d4d1dd0c..ee06c610fad84f7fa33c267aed3ab3b6d119f5bf 100755 (executable)
@@ -17,7 +17,7 @@ echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
 if test $SYNCPROV = syncprovno; then 
-       echo "Syncrepl provider overlay not available, test skipped"
+       echo "Syncrepl producer overlay not available, test skipped"
        exit 0
 fi 
 
@@ -123,7 +123,7 @@ wait $C1PID $C2PID
 echo "Waiting $SLEEP1 seconds for syncrepl to receive changes..."
 sleep $SLEEP1
 
-echo "Stopping the provider, sleeping 10 seconds and restarting it..."
+echo "Stopping the producer, sleeping 10 seconds and restarting it..."
 kill -HUP "$PID"
 wait $PID
 sleep 10