diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-09-20 03:40:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-09-20 03:40:45 +0000 |
commit | 0272de7cf0c9d222be29356b3c5f20c31b206b54 (patch) | |
tree | 0fbf2b481cfc428afedb66d5bcb702012de9fb20 /net/vtun/files/patch-main.c | |
parent | Replace the vtun-v6 extra patch from (diff) |
Document the previous -z and the new -e command line options.
Diffstat (limited to 'net/vtun/files/patch-main.c')
-rw-r--r-- | net/vtun/files/patch-main.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/net/vtun/files/patch-main.c b/net/vtun/files/patch-main.c index 409d85e427f9..5b7748ec912c 100644 --- a/net/vtun/files/patch-main.c +++ b/net/vtun/files/patch-main.c @@ -1,5 +1,5 @@ --- main.c.orig 2013-07-07 13:31:22.000000000 -0700 -+++ main.c 2016-09-19 20:05:37.120740000 -0700 ++++ main.c 2016-09-19 20:32:29.072400000 -0700 @@ -39,9 +39,9 @@ #include "lib.h" #include "compat.h" @@ -46,3 +46,19 @@ vtun_syslog(LOG_ERR,"Can't write PID file"); return; } +@@ -273,12 +284,12 @@ + printf("Usage: \n"); + printf(" Server:\n"); + #ifdef HAVE_WORKING_FORK +- printf("\tvtund <-s|-i> [-f file] [-P port] [-L local address]\n"); ++ printf("\tvtund <-s|-i> [-f file] [-P port] [-L local address] [-e] [-z pid_file ]\n"); + #else +- printf("\tvtund <-i> [-f file] [-P port] [-L local address]\n"); ++ printf("\tvtund <-i> [-f file] [-P port] [-L local address] [-e]\n"); + #endif + printf(" Client:\n"); + /* I don't think these work. I'm disabling the suggestion - bish 20050601*/ + printf("\tvtund [-f file] " /* [-P port] [-L local address] */ +- "[-q] [-p] [-m] [-t timeout] <host profile> <server address>\n"); ++ "[-q] [-p] [-m] [-t timeout] [-e] <host profile> <server address>\n"); + } |