Ticket #95: 0001-Fix-line-continuation-in-chkconfig-init-script-descr.patch

File 0001-Fix-line-continuation-in-chkconfig-init-script-descr.patch, 1.3 KB (added by Ville Skyttä, 13 years ago)
  • sample-scripts/openvpn.init

    From c8c0676b6908cf825e8d8903d3b5fbcea1eb1717 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
    Date: Mon, 28 Feb 2011 23:28:54 +0200
    Subject: [PATCH 1/2] 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ä <ville.skytta@iki.fi>
    ---
     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 b  
    55#
    66# chkconfig: 345 24 76
    77#
    8 # description: OpenVPN is a robust and highly flexible tunneling application that
    9 #              uses all of the encryption, authentication, and certification features
    10 #              of the OpenSSL library to securely tunnel IP networks over a single
    11 #              UDP port.
     8# description: OpenVPN is a robust and highly flexible tunneling application \
     9#              that uses all of the encryption, authentication, and \
     10#              certification features of the OpenSSL library to securely \
     11#              tunnel IP networks over a single UDP port.
    1212#
    1313
    1414# Contributed to the OpenVPN project by