It looks like reportbug didn't attach the patch. Sorry about that.
All you have to do is install the package, and
`/etc/init.d/kea-dhcp-ddns-server start` fails.
I've attached the patch here.
Greg
On 3/3/25 06:25, Paride Legovini wrote:
> Control: tags -1 + moreinfo - patch
>
> On 2025-03-03 04.47, Greg Arnold wrote:
>> Package: kea-dhcp-ddns-server
>> Version: 2.2.0-6
>> Severity: important
>> Tags: patch
>>
>> Dear Maintainer,
>>
>> The init script provided does not have the proper value for DAEMON, and
>> fails.
> Thanks for reporting this bug, however there isn't enough information in
> the report to triage it. Please provide a more complete description of
> the problem, including steps to reproduce it from a clean Debian system.
>
> You mention an "init script", but please note that if you are not using
> systemd then the bug has "wishlist" severity.
>
> You added the "patch" tag to the bug report, but I see no patch attached
> or salsa MRs, so I'm removing the tag.
>
> Thanks,
>
> Paride
>
--- debian/kea-dhcp-ddns-server.init 2025-03-02 22:33:08.751279982 +0000
+++ debian/kea-dhcp-ddns-server.init.new 2025-03-03 03:41:39.149249673
+0000
@@ -17,7 +17,7 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC=kea-dhcp-ddns
NAME=kea-dhcp-ddns
-DAEMON=kea-dhcp-ddns
+DAEMON=/usr/sbin/kea-dhcp-ddns
DAEMON_ARGS="-c /etc/kea/kea-dhcp-ddns.conf"
PIDFILE=/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME