summaryrefslogtreecommitdiff
path: root/0001-Use-Arch-Linux-device-access-groups.patch
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane-aur@freethoughts.de>2024-11-23 20:01:59 +0100
committerThorsten Töpper <atsutane@freethoughts.de>2024-11-23 20:01:59 +0100
commit453c424e86df3877bdb0f89826c1ef7525e28a64 (patch)
tree3164e5c26306094a84b642b42ea29957789acb42 /0001-Use-Arch-Linux-device-access-groups.patch
parent88a65c41488e50427af8c76aa3536f426dc70a83 (diff)
downloadsystemd-git-453c424e86df3877bdb0f89826c1ef7525e28a64.tar.gz
systemd-git-453c424e86df3877bdb0f89826c1ef7525e28a64.tar.bz2
eworms patch of same effect was applied upstream
Diffstat (limited to '0001-Use-Arch-Linux-device-access-groups.patch')
-rw-r--r--0001-Use-Arch-Linux-device-access-groups.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/0001-Use-Arch-Linux-device-access-groups.patch b/0001-Use-Arch-Linux-device-access-groups.patch
index 7b9d674..78c9f33 100644
--- a/0001-Use-Arch-Linux-device-access-groups.patch
+++ b/0001-Use-Arch-Linux-device-access-groups.patch
@@ -143,31 +143,5 @@ index a602b872e4..8d38febb6a 100644
# Default group for normal users
-From 9e2987a7b4d09d7b554141e9ef2c911cb3fda570 Mon Sep 17 00:00:00 2001
-From: Christian Hesse <mail@eworm.de>
-Date: Mon, 27 Dec 2021 23:32:42 +0100
-Subject: [PATCH] generate tmpfiles.d/legacy.conf
-
----
- tmpfiles.d/legacy.conf.in | 3 ---
- tmpfiles.d/meson.build | 2 +-
- 2 files changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/tmpfiles.d/legacy.conf.in b/tmpfiles.d/legacy.conf.in
-index 4f2c0d7c43..62e2ae0986 100644
---- a/tmpfiles.d/legacy.conf.in
-+++ b/tmpfiles.d/legacy.conf.in
-@@ -12,9 +12,6 @@
-
- d /run/lock 0755 root root -
- L /var/lock - - - - ../run/lock
--{% if CREATE_LOG_DIRS %}
--L$ /var/log/README - - - - ../..{{DOC_DIR}}/README.logs
--{% endif %}
-
- # /run/lock/subsys is used for serializing SysV service execution, and
- # hence without use on SysV-less systems.
-
-
--