~ubuntu-branches/ubuntu/utopic/openvpn/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/manpage_fixes.patch

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-02-25 21:08:48 UTC
  • mfrom: (10.2.18 sid)
  • Revision ID: package-import@ubuntu.com-20120225210848-s4tqi61yt6pp9rbf
Tags: 2.2.1-5ubuntu1
* Merge from Debian unstable. Remaining changes: (LP: #907828)
  + debian/openvpn.init.d:
    - Do not use start-stop-daemon and </dev/null to avoid blocking boot.
    - Show per-VPN result messages.
    - Add "--script-security 2" by default for backwards compatabliity.
  + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc()

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Man page fixes
 
2
Author: Alberto Gonzalez Iniesta <agi@inittab.org>
 
3
Index: openvpn/openvpn.8
 
4
===================================================================
 
5
--- openvpn.orig/openvpn.8      2012-02-23 18:21:36.731415822 +0100
 
6
+++ openvpn/openvpn.8   2012-02-23 18:24:34.620297924 +0100
 
7
@@ -21,13 +21,13 @@
 
8
 .\"  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
9
 .\"
 
10
 .\" Manual page for openvpn
 
11
-.\
 
12
+.\"
 
13
 .\" SH section heading
 
14
 .\" SS subsection heading
 
15
 .\" LP paragraph
 
16
 .\" IP indented paragraph
 
17
 .\" TP hanging label
 
18
-.\
 
19
+.\"
 
20
 .\" .nf -- no formatting
 
21
 .\" .fi -- resume formatting
 
22
 .\" .ft 3 -- boldface
 
23
@@ -3620,7 +3620,7 @@
 
24
 This option is only relevant in UDP mode, i.e.
 
25
 when either
 
26
 .B \-\-proto udp
 
27
-is specifed, or no
 
28
+is specified, or no
 
29
 .B \-\-proto
 
30
 option is specified.
 
31
 
 
32
@@ -4352,7 +4352,7 @@
 
33
 .TP
 
34
 .B \-\-tls-export-cert directory
 
35
 Store the certificates the clients uses upon connection to this
 
36
-directory. This will be done before --tls-verify is called.  The
 
37
+directory. This will be done before \-\-tls-verify is called.  The
 
38
 certificates will use a temporary name and will be deleted when
 
39
 the tls-verify script returns.  The file name used for the certificate
 
40
 is available via the peer_cert environment variable.
 
41
@@ -4362,7 +4362,7 @@
 
42
 Field in x509 certificate subject to be used as username (default=CN).
 
43
 .B Fieldname
 
44
 will be uppercased before matching. When this option is used, the
 
45
---tls-remote option will match against the chosen fieldname instead
 
46
+\-\-tls-remote option will match against the chosen fieldname instead
 
47
 of the CN.
 
48
 .\"*********************************************************
 
49
 .TP
 
50
@@ -4664,7 +4664,7 @@
 
51
 .B \-\-dev tun
 
52
 mode, OpenVPN will cause the DHCP server to masquerade as if it were
 
53
 coming from the remote endpoint.  The optional offset parameter is
 
54
-an integer which is > -256 and < 256 and which defaults to 0.
 
55
+an integer which is > \-256 and < 256 and which defaults to 0.
 
56
 If offset is positive, the DHCP server will masquerade as the IP
 
57
 address at network address + offset.
 
58
 If offset is negative, the DHCP server will masquerade as the IP
 
59
@@ -4958,26 +4958,26 @@
 
60
 documentation of the IPv6-related options. More documentation can be
 
61
 found on http://www.greenie.net/ipv6/openvpn.html.
 
62
 .TP
 
63
-.B --ifconfig-ipv6 ipv6addr/bits ipv6remote
 
64
+.B \-\-ifconfig-ipv6 ipv6addr/bits ipv6remote
 
65
 configure IPv6 address
 
66
 .B ipv6addr/bits
 
67
 on the ``tun'' device.  The second parameter is used as route target for
 
68
-.B --route-ipv6
 
69
+.B \-\-route-ipv6
 
70
 if no gateway is specified.
 
71
 .TP
 
72
-.B --route-ipv6 ipv6addr/bits [gateway] [metric]
 
73
+.B \-\-route-ipv6 ipv6addr/bits [gateway] [metric]
 
74
 setup IPv6 routing in the system to send the specified IPv6 network
 
75
 into OpenVPN's ``tun'' device
 
76
 .TP
 
77
-.B --server-ipv6 ipv6addr/bits
 
78
+.B \-\-server-ipv6 ipv6addr/bits
 
79
 convenience-function to enable a number of IPv6 related options at
 
80
 once, namely
 
81
-.B --ifconfig-ipv6, --ifconfig-ipv6-pool, --tun-ipv6
 
82
+.B \-\-ifconfig-ipv6, \-\-ifconfig-ipv6-pool, \-\-tun-ipv6
 
83
 and
 
84
-.B --push tun-ipv6
 
85
-Is only accepted if ``--mode server'' or ``--server'' is set.
 
86
+.B \-\-push tun-ipv6
 
87
+Is only accepted if ``\-\-mode server'' or ``\-\-server'' is set.
 
88
 .TP
 
89
-.B --ifconfig-ipv6-pool ipv6addr/bits
 
90
+.B \-\-ifconfig-ipv6-pool ipv6addr/bits
 
91
 Specify an IPv6 address pool for dynamic assignment to clients.  The
 
92
 pool starts at
 
93
 .B ipv6addr
 
94
@@ -4985,20 +4985,20 @@
 
95
 .B /bits
 
96
 setting controls the size of the pool.
 
97
 .TP
 
98
-.B --ifconfig-ipv6-push ipv6addr/bits ipv6remote
 
99
+.B \-\-ifconfig-ipv6-push ipv6addr/bits ipv6remote
 
100
 for ccd/ per-client static IPv6 interface configuration, see
 
101
-.B --client-config-dir
 
102
+.B \-\-client-config-dir
 
103
 and
 
104
-.B --ifconfig-push
 
105
+.B \-\-ifconfig-push
 
106
 for more details.
 
107
 .TP
 
108
-.B --iroute-ipv6 ipv6addr/bits
 
109
+.B \-\-iroute-ipv6 ipv6addr/bits
 
110
 for ccd/ per-client static IPv6 route configuration, see
 
111
-.B --iroute
 
112
+.B \-\-iroute
 
113
 for more details how to setup and use this, and how
 
114
-.B --iroute
 
115
+.B \-\-iroute
 
116
 and
 
117
-.B --route
 
118
+.B \-\-route
 
119
 interact.
 
120
 
 
121
 .\"*********************************************************
 
122
@@ -5417,7 +5417,7 @@
 
123
 .TP
 
124
 .B peer_cert
 
125
 Temporary file name containing the client certificate upon
 
126
-connection.  Useful in conjunction with --tls-verify
 
127
+connection.  Useful in conjunction with \-\-tls-verify
 
128
 .\"*********************************************************
 
129
 .TP
 
130
 .B script_context