From 801832e94ff5843653b297a8e6e09154372ca6c5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 30 Mar 2020 19:24:14 +0200 Subject: [PATCH] Replace coTURN by Coturn The official spelling of *Coturn* seems to be just with a capital starting letter, replace all occurrences of *coTURN* with the command below. git grep -l coTURN | xargs sed -i 's/coTURN/Coturn/g' --- docker/coturn/Dockerfile | 4 ++-- docker/coturn/turnserver.conf | 2 +- docker/docker-compose-all.yml | 2 +- docker/docker-compose-mongodb.yml | 2 +- docker/docker-compose-mysql.yml | 2 +- docker/docker-compose-postgresql.yml | 2 +- docker/docker-compose-redis.yml | 2 +- examples/etc/coturn.service | 2 +- examples/etc/turnserver.conf | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docker/coturn/Dockerfile b/docker/coturn/Dockerfile index 00722ee..b8fd207 100644 --- a/docker/coturn/Dockerfile +++ b/docker/coturn/Dockerfile @@ -8,11 +8,11 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ apt-get update && \ apt-get install -y build-essential git debhelper dpkg-dev libssl-dev libevent-dev sqlite3 libsqlite3-dev postgresql-client libpq-dev default-mysql-client default-libmysqlclient-dev libhiredis-dev libmongoc-dev libbson-dev -# Clone coTURN +# Clone Coturn WORKDIR ${BUILD_PREFIX} RUN git clone https://github.com/coturn/coturn.git -# Build coTURN +# Build Coturn WORKDIR coturn RUN ./configure RUN make diff --git a/docker/coturn/turnserver.conf b/docker/coturn/turnserver.conf index d455dd3..88583e0 100644 --- a/docker/coturn/turnserver.conf +++ b/docker/coturn/turnserver.conf @@ -640,7 +640,7 @@ no-loopback-peers # Allocate Address Family according # If enabled then TURN server allocates address family according the TURN # Client <=> Server communication address family. -# (By default coTURN works according RFC 6156.) +# (By default Coturn works according RFC 6156.) # !!Warning: Enabling this option breaks RFC6156 section-4.2 (violates use default IPv4)!! # #keep-address-family diff --git a/docker/docker-compose-all.yml b/docker/docker-compose-all.yml index d3e06be..c1e4778 100644 --- a/docker/docker-compose-all.yml +++ b/docker/docker-compose-all.yml @@ -49,7 +49,7 @@ services: - backend -# coTURN +# Coturn coturn: build: context: ./coturn diff --git a/docker/docker-compose-mongodb.yml b/docker/docker-compose-mongodb.yml index c4c675f..a163d23 100644 --- a/docker/docker-compose-mongodb.yml +++ b/docker/docker-compose-mongodb.yml @@ -13,7 +13,7 @@ services: - backend -# coTURN +# Coturn coturn: build: context: ./coturn diff --git a/docker/docker-compose-mysql.yml b/docker/docker-compose-mysql.yml index 2a68266..0600155 100644 --- a/docker/docker-compose-mysql.yml +++ b/docker/docker-compose-mysql.yml @@ -14,7 +14,7 @@ services: - backend -# coTURN +# Coturn coturn: build: context: ./coturn diff --git a/docker/docker-compose-postgresql.yml b/docker/docker-compose-postgresql.yml index 514a00e..b0376ce 100644 --- a/docker/docker-compose-postgresql.yml +++ b/docker/docker-compose-postgresql.yml @@ -14,7 +14,7 @@ services: - backend -# coTURN +# Coturn coturn: build: context: ./coturn diff --git a/docker/docker-compose-redis.yml b/docker/docker-compose-redis.yml index 4ae6f07..32d4109 100644 --- a/docker/docker-compose-redis.yml +++ b/docker/docker-compose-redis.yml @@ -14,7 +14,7 @@ services: - backend -# coTURN +# Coturn coturn: build: context: ./coturn diff --git a/examples/etc/coturn.service b/examples/etc/coturn.service index 45fb9a2..c3831f8 100644 --- a/examples/etc/coturn.service +++ b/examples/etc/coturn.service @@ -1,5 +1,5 @@ [Unit] -Description=coTURN STUN/TURN Server +Description=Coturn STUN/TURN Server Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1) After=network.target After=network-online.target diff --git a/examples/etc/turnserver.conf b/examples/etc/turnserver.conf index e917407..8eeaace 100644 --- a/examples/etc/turnserver.conf +++ b/examples/etc/turnserver.conf @@ -631,7 +631,7 @@ # Allocate Address Family according # If enabled then TURN server allocates address family according the TURN # Client <=> Server communication address family. -# (By default coTURN works according RFC 6156.) +# (By default Coturn works according RFC 6156.) # !!Warning: Enabling this option breaks RFC6156 section-4.2 (violates use default IPv4)!! # #keep-address-family