Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#95 closed Patch submission (fixed)

[PATCH] Fix line continuation in chkconfig init script description

Reported by: Ville Skyttä Owned by:
Priority: trivial Milestone: RC 2.2
Component: Generic / unclassified Version: OpenVPN git master branch (Community Ed)
Severity: Not set (select this one, unless your'e a OpenVPN developer) Keywords:
Cc:

Description

From the chkconfig(8) man page:

[...] The second line contains a description for the service, and may be extended across multiple lines with backslash continuation.[...]
[...] You should be able to figure out what the description says; the \ causes the line to be continued.[...]

Fix attached.

Attachments (1)

0001-Fix-line-continuation-in-chkconfig-init-script-descr.patch (1.3 KB) - added by Ville Skyttä 13 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 13 years ago by David Sommerseth

Resolution: fixed
Status: newclosed

Thank you for your patch. This make sense, and I've applied it to the beta2.2 branch even. Will be merged into allmerged as well.

commit 4d283d7a54fa61c5bc5c5124977a5e35d9ee265f
Author: Ville Skyttä <ville.skytta@…>
Date: Mon Feb 28 23:28:54 2011 +0200

Fix line continuation in chkconfig init script description.


See the chkconfig(8) man page for details.


Signed-off-by: Ville Skyttä <ville.skytta@…>
Acked-by: David Sommerseth <davids@…>
Signed-off-by: David Sommerseth <davids@…>

comment:2 Changed 13 years ago by David Sommerseth

Milestone: release 2.2

comment:3 Changed 13 years ago by David Sommerseth

Milestone: release 2.2RC 2.2

It's decided to release a v2.2-RC2, where this patch will be included.

Note: See TracTickets for help on using tickets.