aboutsummaryrefslogtreecommitdiff
path: root/net/freenet6
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 11:16:27 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 11:16:27 +0000
commite6c14200e0b45a2ecf756fc74dde9fe74ebb0647 (patch)
tree90116b1d27c5f04ddc1f72761e40b1082f2bb73a /net/freenet6
parentf1af7415164bba9dc75886444b0c9a8ecf49297b (diff)
downloadports-e6c14200e0b45a2ecf756fc74dde9fe74ebb0647.tar.gz
ports-e6c14200e0b45a2ecf756fc74dde9fe74ebb0647.zip
Remove calls to gifconfig(8). Still works fine on 4.5, don't know
about 4.4. PR: ports/46668 Submitted by: Kirk Strauser <kirk@strauser.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=72376
Diffstat (limited to 'net/freenet6')
-rw-r--r--net/freenet6/Makefile1
-rw-r--r--net/freenet6/files/patch-template-freebsd44.sh21
2 files changed, 20 insertions, 2 deletions
diff --git a/net/freenet6/Makefile b/net/freenet6/Makefile
index 72ec3c316527..1bd220023087 100644
--- a/net/freenet6/Makefile
+++ b/net/freenet6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freenet6
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= # fetch manually
EXTRACT_SUFX= .tgz
diff --git a/net/freenet6/files/patch-template-freebsd44.sh b/net/freenet6/files/patch-template-freebsd44.sh
index a935bd41c94e..10f07f462f55 100644
--- a/net/freenet6/files/patch-template-freebsd44.sh
+++ b/net/freenet6/files/patch-template-freebsd44.sh
@@ -1,6 +1,23 @@
--- template/freebsd44.sh.orig Sat Feb 23 06:32:37 2002
-+++ template/freebsd44.sh Sat Mar 2 09:53:54 2002
-@@ -118,6 +118,9 @@
++++ template/freebsd44.sh Fri Jan 3 22:13:35 2003
+@@ -64,7 +64,6 @@
+ Display 1 '--- Start of configuration script. ---'
+ Display 1 "Script: " `basename $0`
+
+-gifconfig=/usr/sbin/gifconfig
+ ifconfig=/sbin/ifconfig
+ route=/sbin/route
+ rtadvd=/usr/sbin/rtadvd
+@@ -104,7 +103,7 @@
+ Exec $ifconfig $TSP_TUNNEL_INTERFACE destroy
+ fi
+ Exec $ifconfig $TSP_TUNNEL_INTERFACE create
+- Exec $gifconfig $TSP_TUNNEL_INTERFACE $TSP_CLIENT_ADDRESS_IPV4 $TSP_SERVER_ADDRESS_IPV4
++ Exec $ifconfig $TSP_TUNNEL_INTERFACE tunnel $TSP_CLIENT_ADDRESS_IPV4 $TSP_SERVER_ADDRESS_IPV4
+
+ #
+ # Configured tunnel config (IPv6)
+@@ -118,6 +117,9 @@
# Delete any default IPv6 route first
ExecNoCheck $route delete -inet6 default
Exec $route add -inet6 default $TSP_SERVER_ADDRESS_IPV6