summaryrefslogtreecommitdiff
path: root/net/tspc/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/tspc/patches')
-rw-r--r--net/tspc/patches/patch-aa13
-rw-r--r--net/tspc/patches/patch-ab24
-rw-r--r--net/tspc/patches/patch-ac13
3 files changed, 50 insertions, 0 deletions
diff --git a/net/tspc/patches/patch-aa b/net/tspc/patches/patch-aa
new file mode 100644
index 00000000000..dadadf775b6
--- /dev/null
+++ b/net/tspc/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/08/22 18:14:52 grant Exp $
+
+--- src/tspc.conf.in.orig Sat May 12 04:11:49 2001
++++ src/tspc.conf.in
+@@ -6,7 +6,7 @@
+ # tsp client version
+ #
+ tsp_version=1.0.0
+-tsp_dir=@tsp_dir@
++tsp_dir=@TSP_DIR@
+
+ #
+ # auth_method=any|supported mechanism
diff --git a/net/tspc/patches/patch-ab b/net/tspc/patches/patch-ab
new file mode 100644
index 00000000000..2cdf13649ff
--- /dev/null
+++ b/net/tspc/patches/patch-ab
@@ -0,0 +1,24 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/08/22 18:14:52 grant Exp $
+
+--- src/tspc.c.orig Sat Dec 8 07:18:05 2001
++++ src/tspc.c
+@@ -55,8 +55,8 @@ Copyright (c) 2001 Viagenie Inc. All rig
+
+ #define Identification "tspc - Tunnel Server Protocol Client\n"
+
+-char *FileName = "tspc.conf";
+-char *LogFile = "tspc.log";
++char *FileName = "@PREFIX@/etc/tspc.conf";
++char *LogFile = "/var/log/tspc.log";
+ char *ScriptDir = NULL;
+ char *LogFileName = NULL;
+ tConf Conf;
+@@ -77,7 +77,7 @@ int Verbose = 0;
+ */
+ # define ScriptExtension "bat"
+ #else
+- char *TspHomeDir = "/usr/local/etc/tsp";
++ char *TspHomeDir = "@TSP_DIR@";
+ char DirSeparator = '/';
+ int RootUid = 0;
+ # define ScriptInterpretor "/bin/sh "
diff --git a/net/tspc/patches/patch-ac b/net/tspc/patches/patch-ac
new file mode 100644
index 00000000000..b8d085faaaf
--- /dev/null
+++ b/net/tspc/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/08/22 18:14:52 grant Exp $
+
+--- man/man8/tspc.8.orig Wed May 30 06:01:50 2001
++++ man/man8/tspc.8
+@@ -85,7 +85,7 @@ for more information.
+ .Pp
+ .It Fl f Ar configuration_file
+ Specifies a different configuration file to be used in placed of
+-the default file /usr/local/tsp/etc/tspc.conf. The file format is
++the default file @PREFIX@/etc/tspc.conf. The file format is
+ detailed in
+ .Xr tspc.conf 5
+ and lists the options available to customize the client.