diff --git a/debian/changelog b/debian/changelog index bec4caf..9eef1ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,12 @@ raspi-config (20210924) bullseye; urgency=medium -- Simon Long Fri, 24 Sep 2021 14:32:52 +0100 +raspi-config (20210923) bullseye; urgency=medium + + * Updated the the wait.conf drop-in for the new dhcpcd5 package + + -- Serge Schneider Thu, 23 Sep 2021 18:24:05 +0100 + raspi-config (20210922) bullseye; urgency=medium * Handle 73-usb-net-by-mac.link when toggling network names diff --git a/raspi-config b/raspi-config index b9cac44..9d09d52 100755 --- a/raspi-config +++ b/raspi-config @@ -1518,7 +1518,7 @@ do_boot_wait() { cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF [Service] ExecStart= -ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w +ExecStart=/usr/sbin/dhcpcd -w EOF STATUS=enabled elif [ $RET -eq 1 ]; then