From: Zbigniew Jędrzejewski-Szmek Date: Mon, 17 Nov 2025 15:52:38 +0000 (+0100) Subject: Various comment and whitespace cleanups (#39740) X-Git-Tag: v259-rc1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93470f04510c1d6513a52625e6d42e552ce45488;p=thirdparty%2Fsystemd.git Various comment and whitespace cleanups (#39740) --- 93470f04510c1d6513a52625e6d42e552ce45488 diff --cc test/units/TEST-75-RESOLVED.sh index 232180ccf32,b2dbd2d1b18..a9504f5d1cf --- a/test/units/TEST-75-RESOLVED.sh +++ b/test/units/TEST-75-RESOLVED.sh @@@ -825,10 -825,9 +825,10 @@@ testcase_09_resolvectl_showcache() echo "IPv6AcceptRA=no" echo "Address=10.123.0.1/24" echo "DNS=10.0.0.1" - } > /run/systemd/network/10-dns2.network + } >/run/systemd/network/10-dns2.network networkctl reload networkctl reconfigure dns2 + /usr/lib/systemd/systemd-networkd-wait-online --timeout=60 --dns --interface=dns2 mkdir -p /run/systemd/resolved.conf.d/ {