diff options
author | James E. Housley <jeh@FreeBSD.org> | 2002-02-17 03:16:35 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2002-02-17 03:16:35 +0000 |
commit | 030569867387f67fed01238ba00e4e3e701a95aa (patch) | |
tree | b4d576dda9da35dcaedf5b4ba3bd727f66c159d2 /net/freenet6 | |
parent | Update to 2.2.0 (diff) |
With this patch it is possible to run the Freenet6 service on freebsd 4.5
PR: 35016
Submitted by: Edwin Groothuis <edwin@mavetju.org> MAINTAINER
Notes
Notes:
svn path=/head/; revision=54790
Diffstat (limited to 'net/freenet6')
-rw-r--r-- | net/freenet6/Makefile | 1 | ||||
-rw-r--r-- | net/freenet6/files/patch-template-freebsd44.sh | 12 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net/freenet6/Makefile b/net/freenet6/Makefile index 53d18a168c55..f955f0c7acd1 100644 --- a/net/freenet6/Makefile +++ b/net/freenet6/Makefile @@ -7,6 +7,7 @@ PORTNAME= freenet6 PORTVERSION= 0.9.5 +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 02929ccc7b34..2699b0f2c54a 100644 --- a/net/freenet6/files/patch-template-freebsd44.sh +++ b/net/freenet6/files/patch-template-freebsd44.sh @@ -1,9 +1,11 @@ ---- template/freebsd44.sh.orig Tue Aug 28 04:15:58 2001 -+++ template/freebsd44.sh Thu Oct 11 15:22:00 2001 -@@ -106,6 +106,9 @@ +--- template/freebsd44.sh.orig Thu Nov 8 03:54:41 2001 ++++ template/freebsd44.sh Sun Feb 17 12:18:47 2002 +@@ -117,7 +117,10 @@ + # Delete any default IPv6 route first - Exec $route delete -inet6 default - Exec $route add -inet6 default -interface $TSP_TUNNEL_INTERFACE + ExecNoCheck $route delete -inet6 default +- Exec $route add -inet6 default -interface $TSP_TUNNEL_INTERFACE ++ Exec $route add -inet6 default $TSP_SERVER_ADDRESS_IPV6 + + # Save interface for later + echo $TSP_TUNNEL_INTERFACE > /var/run/tspc.if |