1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
freebsd-ports/net/vtun/files/patch-vtund.8
Mathieu Arnold 4d30bc0919 Make fetchable again. The distfile was rerolled years ago.
The difference between the old and the new distfiles are a lot of CVS
ids in comments, and the config.in.h being regenerated with a newer
version of autoheader. (Which we do not care about here because we use
autoreconf anyway.)  While there, also put up a copy in
MASTER_SITE_LOCAL.

- Remove expiration, I'll fix it up as best as I can if it breaks.
- General cleanup of the Makefile
- Fix of a manpage symlink (reason for PORTREVISION bump)
- Document what the patches are for. (and regen when needed.)
2019-11-14 13:52:05 +00:00

34 lines
679 B
Groff

Part of extended mode being an argument and not a compile time decision.
Some bits about using vfork, or not, and pidfile as an argument.
--- vtund.8.orig 2016-09-17 20:01:21 UTC
+++ vtund.8
@@ -48,6 +48,12 @@ vtund \- VTun(Virtual Tunnel) daemon.
[
.I -n
]
+[
+.I -e
+]
+[
+.I -s pid_file
+]
<
.I session
>
@@ -115,6 +121,14 @@ Connect
.I timeout
Default is 30 seconds. This options is equivalent to the 'timeout' option of
config file.
+.TP
+.I -e
+Use vtun-v6 extended mode.
+.TP
+.I -z pid_file
+Connect
+.I z pid_file
+The full pathname of the file containing the PID of the daemon in server mode.
.TP
.I session
Session name from the config file.