summaryrefslogtreecommitdiff
path: root/net/tspc2/files/patch-platform-freebsd-tsp_local.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-12 15:41:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-12 15:41:48 +0000
commita4f2f7f34c0d59fca9b994831c7cd0d4ea4f1ee5 (patch)
tree8d5085606383a0b18e7c8f1ecf631b1921c9e4cd /net/tspc2/files/patch-platform-freebsd-tsp_local.c
parent- Update to 4.57 (diff)
Instead of a Web interface, which is usually offered by traditional tunnel
brokers, Freenet6 uses an innovative model based on the TSP Client. The TSP Client is software that usually runs on a PC and that implements the Tunnel Setup Protocol (TSP). The TSP Client is used to automatically negotiate a configured tunnel between a PC or router and the Freenet6 tunnel broker, making IPv6 easy to install and maintain. The TSP Client source code is licensed under the GPL. A commercial license is also available. PR: ports/83260 Submitted by: Linas Valiukas <shirshegsm@gmail.com>
Diffstat (limited to 'net/tspc2/files/patch-platform-freebsd-tsp_local.c')
-rw-r--r--net/tspc2/files/patch-platform-freebsd-tsp_local.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tspc2/files/patch-platform-freebsd-tsp_local.c b/net/tspc2/files/patch-platform-freebsd-tsp_local.c
new file mode 100644
index 000000000000..a2b9a3230ace
--- /dev/null
+++ b/net/tspc2/files/patch-platform-freebsd-tsp_local.c
@@ -0,0 +1,19 @@
+--- platform/freebsd/tsp_local.c.bak Wed Mar 31 00:27:35 2004
++++ platform/freebsd/tsp_local.c Mon Jul 11 18:12:14 2005
+@@ -59,13 +59,13 @@
+ #include "tsp_tun.h" /* freebsd's tun */
+
+
+-char *FileName = "tspc.conf";
+-char *LogFile = "tspc.log";
++char *FileName = "/usr/local/etc/tspc.conf";
++char *LogFile = "/var/log/tspc.log";
+ char *LogFileName = NULL;
+ char *ScriptInterpretor = "/bin/sh";
+ char *ScriptExtension = "sh";
+ char *ScriptDir = NULL;
+-char *TspHomeDir = "/usr/local/etc/tsp";
++char *TspHomeDir = "/usr/local/share/tspc2";
+ char DirSeparator = '/';
+
+ int Verbose = 0;