浏览代码

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'
Paul Menzel 5 年之前
父节点
当前提交
801832e94f

+ 2 - 2
docker/coturn/Dockerfile

@@ -8,11 +8,11 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
 	apt-get update && \
 	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
 	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}
 WORKDIR ${BUILD_PREFIX}
 RUN git clone https://github.com/coturn/coturn.git
 RUN git clone https://github.com/coturn/coturn.git
 
 
-# Build coTURN
+# Build Coturn
 WORKDIR coturn
 WORKDIR coturn
 RUN ./configure
 RUN ./configure
 RUN make
 RUN make

+ 1 - 1
docker/coturn/turnserver.conf

@@ -640,7 +640,7 @@ no-loopback-peers
 # Allocate Address Family according
 # Allocate Address Family according
 # If enabled then TURN server allocates address family according  the TURN
 # If enabled then TURN server allocates address family according  the TURN
 # Client <=> Server communication address family.
 # 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)!!
 # !!Warning: Enabling this option breaks RFC6156 section-4.2 (violates use default IPv4)!!
 #
 #
 #keep-address-family
 #keep-address-family

+ 1 - 1
docker/docker-compose-all.yml

@@ -49,7 +49,7 @@ services:
       - backend
       - backend
 
 
 
 
-# coTURN
+# Coturn
   coturn:
   coturn:
     build:
     build:
       context: ./coturn
       context: ./coturn

+ 1 - 1
docker/docker-compose-mongodb.yml

@@ -13,7 +13,7 @@ services:
       - backend
       - backend
 
 
 
 
-# coTURN
+# Coturn
   coturn:
   coturn:
     build:
     build:
       context: ./coturn
       context: ./coturn

+ 1 - 1
docker/docker-compose-mysql.yml

@@ -14,7 +14,7 @@ services:
       - backend
       - backend
 
 
 
 
-# coTURN
+# Coturn
   coturn:
   coturn:
     build:
     build:
       context: ./coturn
       context: ./coturn

+ 1 - 1
docker/docker-compose-postgresql.yml

@@ -14,7 +14,7 @@ services:
       - backend
       - backend
 
 
 
 
-# coTURN
+# Coturn
   coturn:
   coturn:
     build:
     build:
       context: ./coturn
       context: ./coturn

+ 1 - 1
docker/docker-compose-redis.yml

@@ -14,7 +14,7 @@ services:
       - backend
       - backend
 
 
 
 
-# coTURN
+# Coturn
   coturn:
   coturn:
     build:
     build:
       context: ./coturn
       context: ./coturn

+ 1 - 1
examples/etc/coturn.service

@@ -1,5 +1,5 @@
 [Unit]
 [Unit]
-Description=coTURN STUN/TURN Server
+Description=Coturn STUN/TURN Server
 Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
 Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
 After=network.target
 After=network.target
 After=network-online.target
 After=network-online.target

+ 1 - 1
examples/etc/turnserver.conf

@@ -631,7 +631,7 @@
 # Allocate Address Family according 
 # Allocate Address Family according 
 # If enabled then TURN server allocates address family according  the TURN 
 # If enabled then TURN server allocates address family according  the TURN 
 # Client <=> Server communication address family.
 # 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)!!
 # !!Warning: Enabling this option breaks RFC6156 section-4.2 (violates use default IPv4)!!
 #
 #
 #keep-address-family
 #keep-address-family