Fix LSB header delimiter#14
Open
andy-bower wants to merge 1 commit into
Open
Conversation
5a01372 to
66b6502
Compare
Author
|
The force push just now changes the commit log to close the BTS bug for the benefit of |
|
@gcsideal I can confirm this bug also affects openrc. With the invalid LSB header openrc cannot parse the initscript and refuses to detect and start the service. Fixing the LSB header by removing the trailing '#' allows openrc to properly detect the service and start syslog-ng. Fixing this would be much appreciated, thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove trailing
#in LSB delimiter, conforming to https://wiki.debian.org/LSBInitScriptsThanks!