79350f79d8
Resolves: #2137584,#2138081,#2141979
44 lines
1.6 KiB
Diff
44 lines
1.6 KiB
Diff
From efe2c6703e3132dafaa29c1a7d3e3db4a683ed15 Mon Sep 17 00:00:00 2001
|
|
From: Michal Sekletar <msekleta@redhat.com>
|
|
Date: Thu, 5 Aug 2021 17:11:47 +0200
|
|
Subject: [PATCH] tmpfiles: don't create resolv.conf -> stub-resolv.conf
|
|
symlink
|
|
|
|
RHEL-only
|
|
|
|
Related: #2138081
|
|
---
|
|
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 ca1abbf3fe..179c71d375 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
|