mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
s/provider/producer/
This commit is contained in:
parent
5f8bbc5eba
commit
bf9b8e5e5f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue