summaryrefslogtreecommitdiff
path: root/0001-Use-Arch-Linux-device-access-groups.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Use-Arch-Linux-device-access-groups.patch')
-rw-r--r--0001-Use-Arch-Linux-device-access-groups.patch34
1 files changed, 24 insertions, 10 deletions
diff --git a/0001-Use-Arch-Linux-device-access-groups.patch b/0001-Use-Arch-Linux-device-access-groups.patch
index d884865..b954beb 100644
--- a/0001-Use-Arch-Linux-device-access-groups.patch
+++ b/0001-Use-Arch-Linux-device-access-groups.patch
@@ -142,6 +142,7 @@ 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
@@ -166,16 +167,29 @@ index 4f2c0d7c43..62e2ae0986 100644
# /run/lock/subsys is used for serializing SysV service execution, and
# hence without use on SysV-less systems.
+
+
+From b36b8d0be260ad289d2b572f679a3dc03595d964 Mon Sep 17 00:00:00 2001
+From: Thorsten Toepper <atsutane-aur@freethoughts.de>
+Date: Thu, 12 Sep 2024 19:49:37 +0200
+Subject: [PATCH] application of legacy.conf in meson.build segment failed.
+
+---
+ tmpfiles.d/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
diff --git a/tmpfiles.d/meson.build b/tmpfiles.d/meson.build
-index ca1abbf3fe..25e2b53402 100644
+index 52611357c2..3067f7996c 100644
--- a/tmpfiles.d/meson.build
+++ b/tmpfiles.d/meson.build
-@@ -29,7 +29,7 @@ foreach pair : files
- endforeach
-
- in_files = [['etc.conf', ''],
-- ['legacy.conf', 'HAVE_SYSV_COMPAT'],
-+ ['legacy.conf', ''],
- ['static-nodes-permissions.conf', ''],
- ['systemd.conf', ''],
- ['var.conf', ''],
+@@ -35,7 +35,7 @@ in_files = [
+ ['20-systemd-stub.conf', 'ENABLE_EFI'],
+ ['20-systemd-userdb.conf', 'ENABLE_SSH_USERDB_CONFIG'],
+ ['etc.conf', ''],
+- ['legacy.conf', 'HAVE_SYSV_COMPAT'],
++ ['legacy.conf', ''],
+ ['static-nodes-permissions.conf', ''],
+ ['systemd.conf', ''],
+ ['var.conf', ''],
+--
+