From ed416f79aac6c1136f5d20a19cfc20c2709ab314 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Thu, 5 Aug 2021 17:11:47 +0200 Subject: [PATCH] tmpfiles: don't create resolv.conf -> stub-resolv.conf symlink RHEL-only: bugfix Related: RHEL-40924 --- tmpfiles.d/meson.build | 1 - tmpfiles.d/systemd-resolve.conf | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 tmpfiles.d/systemd-resolve.conf diff --git a/tmpfiles.d/meson.build b/tmpfiles.d/meson.build index bec24ac7b4..55ce48979d 100644 --- a/tmpfiles.d/meson.build +++ b/tmpfiles.d/meson.build @@ -10,7 +10,6 @@ files = [['README', ''], ['systemd-nologin.conf', 'HAVE_PAM'], ['systemd-nspawn.conf', 'ENABLE_MACHINED'], ['systemd-pstore.conf', 'ENABLE_PSTORE'], - ['systemd-resolve.conf', 'ENABLE_RESOLVE'], ['systemd-tmp.conf', ''], ['tmp.conf', ''], ['x11.conf', ''], diff --git a/tmpfiles.d/systemd-resolve.conf b/tmpfiles.d/systemd-resolve.conf deleted file mode 100644 index cb1c56d6a6..0000000000 --- a/tmpfiles.d/systemd-resolve.conf +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# See tmpfiles.d(5) for details - -L! /etc/resolv.conf - - - - ../run/systemd/resolve/stub-resolv.conf