summaryrefslogtreecommitdiff
path: root/net/6tunnel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-18 03:12:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-18 03:12:56 +0000
commit1ac09f9c094c4dc1b30bad9e32352440ad4a5a22 (patch)
tree633cf64f751bcf5193946e597a038700eaf44c38 /net/6tunnel
parentComment out the zebra-pj port, which is breaking the INDEX build. (diff)
Fix build with gcc 3.3
Notes
Notes: svn path=/head/; revision=85087
Diffstat (limited to 'net/6tunnel')
-rw-r--r--net/6tunnel/files/patch-ab49
1 files changed, 49 insertions, 0 deletions
diff --git a/net/6tunnel/files/patch-ab b/net/6tunnel/files/patch-ab
new file mode 100644
index 000000000000..2f2c50b2c5b6
--- /dev/null
+++ b/net/6tunnel/files/patch-ab
@@ -0,0 +1,49 @@
+--- 6tunnel.c.orig Fri Oct 19 16:24:52 2001
++++ 6tunnel.c Thu Jul 17 20:12:05 2003
+@@ -429,26 +429,26 @@
+
+ void usage(char *a0)
+ {
+- fprintf(stderr, "\
+-usage: %s [-146dqvh] [-s sourcehost] [-l localhost] [-i pass]
+- [-I pass] [-m mapfile] [-L limit] [-A filename]
+- localport remotehost [remoteport]
+-
+- -1 allow only one connection and quit
+- -4 preffer IPv4 endpoints
+- -6 bind to IPv6 address
+- -v be verbose
+- -d don't detach
+- -f force tunneling (even if remotehost isn't resolvable)
+- -s connect using specified address
+- -l bind to specified address
+- -i act like irc proxy and ask for password
+- -I send specified password to the irc server
+- -h print hex dump of packets
+- -m map specified IPv4 addresses to different IPv6 addresses (see manpage)
+- -L limit simultanous connections
+- -A create apache-like log file
+-
++ fprintf(stderr, "\n\
++usage: %s [-146dqvh] [-s sourcehost] [-l localhost] [-i pass]\n\
++ [-I pass] [-m mapfile] [-L limit] [-A filename]\n\
++ localport remotehost [remoteport]\n\
++ \n\
++ -1 allow only one connection and quit\n\
++ -4 preffer IPv4 endpoints\n\
++ -6 bind to IPv6 address\n\
++ -v be verbose\n\
++ -d don't detach\n\
++ -f force tunneling (even if remotehost isn't resolvable)\n\
++ -s connect using specified address\n\
++ -l bind to specified address\n\
++ -i act like irc proxy and ask for password\n\
++ -I send specified password to the irc server\n\
++ -h print hex dump of packets\n\
++ -m map specified IPv4 addresses to different IPv6 addresses (see manpage)\n\
++ -L limit simultanous connections\n\
++ -A create apache-like log file\n\
++\
+ ", a0);
+
+ }