From 4d283d7a54fa61c5bc5c5124977a5e35d9ee265f Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Mon, 28 Feb 2011 23:28:54 +0200 Subject: Fix line continuation in chkconfig init script description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See the chkconfig(8) man page for details. Signed-off-by: Ville Skyttä Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- sample-scripts/openvpn.init | 8 ++++---- 1 file 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 -- cgit