Am 17.11.23 um 02:54 schrieb Michael Biebl:

That should do:


[snip patch]

oops, dropped one line too much from debian/rules.

Fixed patch attached.

diff --git a/debian/rules b/debian/rules
index 04018718b..b24b8f46f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -176,5 +176,4 @@ override_dh_installsystemd-indep:
 # explicitly list all packages with .service files here
        dh_installsystemd -pbusybox-syslogd --name=busybox-klogd
        dh_installsystemd -pbusybox-syslogd
-# the following does not work (see #1039142 for details):
-#      dh_installsystemd -pudhcpd --no-enable --no-start
+       dh_installsystemd -pudhcpd --no-enable
diff --git a/debian/udhcpd.service b/debian/udhcpd.service
index 0cdc24bc7..0d01d9722 100644
--- a/debian/udhcpd.service
+++ b/debian/udhcpd.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=Busybox udhcpd DHCP daemon
 Documentation=man:udhcpd(8)
-After=syslog.service network.target
+After=network.target
 
 [Service]
 Environment=DHCPD_OPTS="-S"

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to