From 1dd0355aaf7c29de219723b583394aab4c0179dfa2ac56d1553122f50d77c138 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 1 Jul 2021 07:51:39 +0000 Subject: [PATCH] - Finally don't create /run/lock/subsys anymore This effectively reverts the fix for bsc#1187292 made earlier. This directory is specific to RH sysvinit and since we're going to fade the support of SysV init script away the directory has no future. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1166 --- systemd-mini.changes | 9 +++++++++ systemd.changes | 9 +++++++++ tmpfiles-suse.conf | 4 ---- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index 84317eba..5c51d4f8 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jul 1 07:47:31 UTC 2021 - Franck Bui + +- Finally don't create /run/lock/subsys anymore + + This effectively reverts the fix for bsc#1187292 made earlier. This + directory is specific to RH sysvinit and since we're going to fade + the support of SysV init script away the directory has no future. + ------------------------------------------------------------------- Mon Jun 28 16:45:04 UTC 2021 - Franck Bui diff --git a/systemd.changes b/systemd.changes index 84317eba..5c51d4f8 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jul 1 07:47:31 UTC 2021 - Franck Bui + +- Finally don't create /run/lock/subsys anymore + + This effectively reverts the fix for bsc#1187292 made earlier. This + directory is specific to RH sysvinit and since we're going to fade + the support of SysV init script away the directory has no future. + ------------------------------------------------------------------- Mon Jun 28 16:45:04 UTC 2021 - Franck Bui diff --git a/tmpfiles-suse.conf b/tmpfiles-suse.conf index 68635292..885e852c 100644 --- a/tmpfiles-suse.conf +++ b/tmpfiles-suse.conf @@ -9,10 +9,6 @@ L+ /etc/mtab - - - - ../proc/self/mounts # FIXME: Might be moved to lockded. d /run/lock 0775 root lock - -# /run/lock/subsys is used for serializing SysV service execution, and -# hence without use on SysV-less systems. -d /run/lock/subsys 0755 root root - - # FIXME: Should these one be moved to shadow ? f /var/log/wtmp 0664 root utmp - f /var/log/btmp 0660 root utmp -