mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-15 22:31:59 +01:00
sys-apps/systemd: Drop the resolv.conf workaround
This was to work around an issue https://github.com/systemd/systemd/issues/3826, which is now resolved in https://github.com/systemd/systemd/pull/5276.
This commit is contained in:
parent
c04efd7f22
commit
4e86e2c3aa
@ -179,14 +179,6 @@ src_unpack() {
|
||||
|
||||
src_prepare() {
|
||||
# Flatcar: We don't have separate patches, so no patching code here.
|
||||
#
|
||||
# Flatcar: Use the resolv.conf managed by systemd-resolved.
|
||||
# This shouldn't be necessary anymore. Added because of a bug
|
||||
# https://github.com/systemd/systemd/issues/3826, which is
|
||||
# apparently resolved in
|
||||
# https://github.com/systemd/systemd/pull/5276.
|
||||
sed -i -e 's,/run/systemd/resolve/stub-resolv.conf,/run/systemd/resolve/resolv.conf,' tmpfiles.d/etc.conf.m4 || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user