diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2017-06-22 13:19:58 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2017-06-22 13:19:58 +0200 |
commit | 3505b0888ab94c90468bd6f41f82770d46677342 (patch) | |
tree | a937d2b6832d4291b181bd1f89da3c148c254ae0 /debian/patches/match-manpage-and-command-help.patch | |
parent | 766cdd4b4d1fcb31addf6727dbcfd3d99e390456 (diff) |
Refresh patches for 2.4.3
Diffstat (limited to 'debian/patches/match-manpage-and-command-help.patch')
-rw-r--r-- | debian/patches/match-manpage-and-command-help.patch | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/debian/patches/match-manpage-and-command-help.patch b/debian/patches/match-manpage-and-command-help.patch index 34ed3cd..39b899c 100644 --- a/debian/patches/match-manpage-and-command-help.patch +++ b/debian/patches/match-manpage-and-command-help.patch @@ -7,11 +7,11 @@ Subject: [PATCH] Change command help to match man page and implementation src/openvpn/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/src/openvpn/options.c b/src/openvpn/options.c -index bfedb6a..80143e6 100644 ---- a/src/openvpn/options.c -+++ b/src/openvpn/options.c -@@ -198,7 +198,7 @@ static const char usage_message[] = +Index: openvpn/src/openvpn/options.c +=================================================================== +--- openvpn.orig/src/openvpn/options.c 2017-06-22 13:17:12.806680520 +0200 ++++ openvpn/src/openvpn/options.c 2017-06-22 13:17:12.802680492 +0200 +@@ -197,7 +197,7 @@ " is established. Multiple routes can be specified.\n" " netmask default: 255.255.255.255\n" " gateway default: taken from --route-gateway or --ifconfig\n" @@ -20,6 +20,3 @@ index bfedb6a..80143e6 100644 "--route-ipv6 network/bits [gateway] [metric] :\n" " Add IPv6 route to routing table after connection\n" " is established. Multiple routes can be specified.\n" --- -2.10.1 (Apple Git-78) - |