diff --git a/systemd-mini.changes b/systemd-mini.changes index ad8868a5..d1a4edd2 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jun 18 12:53:34 UTC 2021 - Franck Bui + +- Create /run/lock/subsys again (bsc#1187292) + + The creation of this directory was mistakenly dropped when + 'filesystem' package took the initialization of the generic paths + over. + + Paths under /run/lock are still managed by systemd for lack of + better place. + ------------------------------------------------------------------- Fri Jun 4 13:10:30 UTC 2021 - Franck Bui diff --git a/systemd.changes b/systemd.changes index ad8868a5..d1a4edd2 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jun 18 12:53:34 UTC 2021 - Franck Bui + +- Create /run/lock/subsys again (bsc#1187292) + + The creation of this directory was mistakenly dropped when + 'filesystem' package took the initialization of the generic paths + over. + + Paths under /run/lock are still managed by systemd for lack of + better place. + ------------------------------------------------------------------- Fri Jun 4 13:10:30 UTC 2021 - Franck Bui diff --git a/tmpfiles-suse.conf b/tmpfiles-suse.conf index 885e852c..68635292 100644 --- a/tmpfiles-suse.conf +++ b/tmpfiles-suse.conf @@ -9,6 +9,10 @@ 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 -