mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
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
This commit is contained in:
parent
f1af741516
commit
e6c14200e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72376
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= freenet6
|
||||
PORTVERSION= 0.9.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= # fetch manually
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user