From: Ville Skyttä Date: Mon, 28 Feb 2011 21:28:54 +0000 (+0200) Subject: Fix line continuation in chkconfig init script description. X-Git-Tag: v2.2-RC2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d283d7a54fa61c5bc5c5124977a5e35d9ee265f;p=thirdparty%2Fopenvpn.git Fix line continuation in chkconfig init script description. See the chkconfig(8) man page for details. Signed-off-by: Ville Skyttä Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/sample-scripts/openvpn.init b/sample-scripts/openvpn.init index 6c699ccae..821abd586 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