summaryrefslogtreecommitdiff
path: root/net/vtun/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-02-07 01:37:34 +0000
committerhubertf <hubertf>2000-02-07 01:37:34 +0000
commit0db701233eca3b610e396fa404242b252e9a8a00 (patch)
treed72c61e5a22de762413cbd310a217ca6bd768fe3 /net/vtun/patches
parentff58f293568a5fc80595096465bd8427c36f0590 (diff)
downloadpkgsrc-0db701233eca3b610e396fa404242b252e9a8a00.tar.gz
Import vtun-2.0:
VTun provides the method for creating Virtual Tunnels over TCP/IP networks and allows to shape, compress, encrypt traffic in that tunnels. Supported type of tunnels are: PPP, IP, Ethernet and most of other serial protocols and programs. VTun is easily and highly configurable, it can be used for various network task like VPN, Mobile IP, Shaped Internet access, IP address saving, etc. It is completely user space implementation and does not require modification to any kernel parts.
Diffstat (limited to 'net/vtun/patches')
-rw-r--r--net/vtun/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/vtun/patches/patch-aa b/net/vtun/patches/patch-aa
new file mode 100644
index 00000000000..eeff5acd13b
--- /dev/null
+++ b/net/vtun/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/02/07 01:37:35 hubertf Exp $
+
+--- Makefile.in.BAK Fri Feb 4 04:59:50 2000
++++ Makefile.in Fri Feb 4 05:03:27 2000
+@@ -24,7 +24,7 @@
+ SBIN_DIR = @sbindir@
+ MAN_DIR = @mandir@
+ ETC_DIR = @sysconfdir@
+-VAR_DIR = @localstatedir@
++VAR_DIR = /var
+
+ PID_FILE = ${VAR_DIR}/run/vtund.pid
+ CFG_FILE = ${ETC_DIR}/vtund.conf
+@@ -110,6 +110,7 @@
+
+ install_config:
+ $(INSTALL) -d -m 755 -o root -g 0 $(ETC_DIR)
++ $(INSTALL) -m 600 -o root -g 0 vtund.conf $(ETC_DIR)/vtund.conf.example; \
+ if [ ! -f $(ETC_DIR)/vtund.conf ]; then \
+ $(INSTALL) -m 600 -o root -g 0 vtund.conf $(ETC_DIR); \
+ fi