[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [websocket/rename] update instances of "websocket-server" embedded in documentation and metadata
commit f75ce00346237321622a3959997c707a1eaaf5ad
Author: Ximin Luo <infinity0@xxxxxxxxxxxxxx>
Date: Sun May 18 14:09:27 2014 +0100
update instances of "websocket-server" embedded in documentation and metadata
---
.gitignore | 4 ++--
README | 2 +-
pt-websocket-server/pt-websocket-server.go | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1fee725..1e915e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/websocket-client
-/websocket-server
+/pt-websocket-client/pt-websocket-client
+/pt-websocket-server/pt-websocket-server
diff --git a/README b/README
index 718dd67..f2844eb 100644
--- a/README
+++ b/README
@@ -27,4 +27,4 @@ Add configuration like the following to the relay's torrc. You can
change the --port option; make sure that port is open in the firewall.
ExtORPort 6669
- ServerTransportPlugin websocket exec /usr/local/bin/websocket-server --port 9901
+ ServerTransportPlugin websocket exec /usr/local/bin/pt-websocket-server --port 9901
diff --git a/pt-websocket-server/pt-websocket-server.go b/pt-websocket-server/pt-websocket-server.go
index 4120df8..c393ebc 100644
--- a/pt-websocket-server/pt-websocket-server.go
+++ b/pt-websocket-server/pt-websocket-server.go
@@ -2,7 +2,7 @@
//
// Usage in torrc:
// ExtORPort 6669
-// ServerTransportPlugin websocket exec ./websocket-server --port 9901
+// ServerTransportPlugin websocket exec ./pt-websocket-server --port 9901
package main
import (
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits