forked from pool/systemd
- 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. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1163
This commit is contained in:
parent
ae537b29c3
commit
6b2d1dc92b
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 18 12:53:34 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- 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 <fbui@suse.com>
|
Fri Jun 4 13:10:30 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 18 12:53:34 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- 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 <fbui@suse.com>
|
Fri Jun 4 13:10:30 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -9,6 +9,10 @@ L+ /etc/mtab - - - - ../proc/self/mounts
|
|||||||
# FIXME: Might be moved to lockded.
|
# FIXME: Might be moved to lockded.
|
||||||
d /run/lock 0775 root lock -
|
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 ?
|
# FIXME: Should these one be moved to shadow ?
|
||||||
f /var/log/wtmp 0664 root utmp -
|
f /var/log/wtmp 0664 root utmp -
|
||||||
f /var/log/btmp 0660 root utmp -
|
f /var/log/btmp 0660 root utmp -
|
||||||
|
Loading…
Reference in New Issue
Block a user