diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-02-28 23:28:54 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2011-03-01 10:16:01 +0100 |
commit | 4d283d7a54fa61c5bc5c5124977a5e35d9ee265f (patch) | |
tree | 496bb3c3f8558c6e5cb19d63f3c82e5778c754ff /sample-scripts/openvpn.init | |
parent | Fix packaging of config-win32.h and service-win32/msvc.mak (diff) | |
download | openvpn-4d283d7a54fa61c5bc5c5124977a5e35d9ee265f.tar.xz |
Fix line continuation in chkconfig init script description.
See the chkconfig(8) man page for details.
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to '')
-rwxr-xr-x | sample-scripts/openvpn.init | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sample-scripts/openvpn.init b/sample-scripts/openvpn.init index 6c699cc..821abd5 100755 --- a/sample-scripts/openvpn.init +++ b/sample-scripts/openvpn.init @@ -5,10 +5,10 @@ # # chkconfig: 345 24 76 # -# description: OpenVPN is a robust and highly flexible tunneling application that -# uses all of the encryption, authentication, and certification features -# of the OpenSSL library to securely tunnel IP networks over a single -# UDP port. +# description: OpenVPN is a robust and highly flexible tunneling application \ +# that uses all of the encryption, authentication, and \ +# certification features of the OpenSSL library to securely \ +# tunnel IP networks over a single UDP port. # # Contributed to the OpenVPN project by |