mirror of
https://github.com/coturn/coturn.git
synced 2026-05-05 02:46:08 +02:00
move examples to doc
This commit is contained in:
parent
a1152749a3
commit
9421e35eb2
2
debian/coturn.docs
vendored
2
debian/coturn.docs
vendored
@ -1,7 +1,7 @@
|
||||
README.turnadmin
|
||||
README.turnserver
|
||||
README.turnutils
|
||||
examples/scripts/readme.txt
|
||||
examples
|
||||
turndb/schema.mongo.sh
|
||||
turndb/schema.sql
|
||||
turndb/schema.stats.redis
|
||||
|
||||
1
debian/coturn.install
vendored
1
debian/coturn.install
vendored
@ -6,7 +6,6 @@ bin/turnutils_peer usr/bin
|
||||
bin/turnutils_stunclient usr/bin
|
||||
bin/turnutils_uclient usr/bin
|
||||
debian/etc/ufw/applications.d/turnserver etc/ufw/applications.d
|
||||
examples/etc/turnserver.conf etc
|
||||
include/turn/client/TurnMsgLib.h usr/include/turn
|
||||
include/turn/client/ns_turn_ioaddr.h usr/include/turn
|
||||
include/turn/client/ns_turn_msg.h usr/include/turn
|
||||
|
||||
1
debian/not-installed
vendored
1
debian/not-installed
vendored
@ -1 +0,0 @@
|
||||
examples/scripts/readme.txt
|
||||
11
debian/patches/fix-examples-readme.patch
vendored
11
debian/patches/fix-examples-readme.patch
vendored
@ -1,11 +0,0 @@
|
||||
Slight change in readme due to it is moved to documentation directory.
|
||||
--- a/examples/scripts/readme.txt
|
||||
+++ b/examples/scripts/readme.txt
|
||||
@@ -1,5 +1,5 @@
|
||||
-This directory contains various example scripts for the TURN server
|
||||
-functionality illustration.
|
||||
+The /usr/share/coturn/examples/scripts directory contains various example
|
||||
+scripts for the TURN server functionality illustration.
|
||||
|
||||
1) peer.sh starts the "peer" application that serves as a peer for all examples.
|
||||
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
||||
fix-examples-readme.patch
|
||||
6
debian/rules
vendored
6
debian/rules
vendored
@ -10,12 +10,6 @@ export DH_VERBOSE=1
|
||||
# This has to be exported to make some magic below work.
|
||||
export DH_OPTIONS
|
||||
|
||||
override_dh_installexamples:
|
||||
dh_installexamples -X readme.txt
|
||||
|
||||
override_dh_install:
|
||||
dh_install -X examples/scripts/readme.txt
|
||||
|
||||
override_dh_auto_install:
|
||||
true
|
||||
|
||||
|
||||
2
debian/tests/turnserver.conf
vendored
2
debian/tests/turnserver.conf
vendored
@ -13,3 +13,5 @@ no-tls
|
||||
no-dtls
|
||||
no-auth
|
||||
db=/var/lib/turn/turndb
|
||||
allow-loopback-peers
|
||||
cli-password=qwerty
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user