Due to the deprecation of gifconfig, the net/freenet6 port's `tspc-freebsd44.sh' script should be updated to use the new ifconfig semantics. Fix: This patch allows the net/freenet6 port to work on new machines by replacing the `gifconfig' calls with a `ifconfig tunnel' call: -gifconfig=/usr/sbin/gifconfig ifconfig=/sbin/ifconfig route=/sbin/route rtadvd=/usr/sbin/rtadvd @@ -104,8 +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 $gifconfig $TSP_TUNNEL_INTERFACE up + Exec $ifconfig $TSP_TUNNEL_INTERFACE tunnel $TSP_CLIENT_ADDRESS_IPV4 $TSP_SERVER_ADDRESS_IPV4 # # Configured tunnel config (IPv6)--j2BSJrVDixHOGW04VDNzmEZxIInHalDT8B6Q0AXNDwV2GFYW Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- tspc-freebsd44.sh.old Wed Jan 1 11:00:27 2003 +++ tspc-freebsd44.sh Wed Jan 1 11:00:50 2003 @@ -64,7 +64,6 @@ Display 1 '--- Start of configuration script. ---' Display 1 "Script: " `basename $0`
State Changed From-To: open->closed Commited, thanks!