Hi syslog-ng maintainers,

I see you are preparing a release with the new upstream version!

As another user has also hit this LSB header issue, would you mind
slipping in this trivial (one character change) patch with your planned
update, please?

On Fri, Apr 10, 2026 at 11:49:45PM +1000, Tom wrote:
> 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.

Many thanks!

Rebased patch attached.

Andrew
>From 7e4e42a53bb035c8258c767ba3606d59c0a6e490 Mon Sep 17 00:00:00 2001
From: Andrew Bower <[email protected]>
Date: Sat, 2 Aug 2025 17:24:17 +0100
Subject: [PATCH] Fix LSB header delimiter (Closes: #1111518)

---
 debian/syslog-ng-core.syslog-ng.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/syslog-ng-core.syslog-ng.init b/debian/syslog-ng-core.syslog-ng.init
index 263ab85a..5f78a772 100755
--- a/debian/syslog-ng-core.syslog-ng.init
+++ b/debian/syslog-ng-core.syslog-ng.init
@@ -8,7 +8,7 @@
 # Short-Description: Starting system logging daemon
 # Description:       Starting syslog-NG, the next generation
 #  syslog daemon.
-### END INIT INFO#
+### END INIT INFO
 
 set -e
 
-- 
2.55.0

Reply via email to