s/provider/producer/

This commit is contained in:
Pierangelo Masarati 2010-08-29 06:11:13 +00:00
parent 5f8bbc5eba
commit bf9b8e5e5f

View file

@ -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