Bug 36629 - elogind: Миграция на /run/dbus и /run/lock/subsys
Summary: elogind: Миграция на /run/dbus и /run/lock/subsys
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: elogind (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 35881
  Show dependency tree
 
Reported: 2019-04-19 12:52 MSK by Антон Мидюков
Modified: 2021-04-27 06:17 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2019-04-19 12:52:35 MSK
1. Заменить в init-скрипте /var/lock/subsys на /run/lock/subsys. /var/lock/subsys в пакете filesystem объявлен %ghost, и директорию эту создаём при сборке и инсталятором.

2. Отказаться совсем от поддержки директории /var/run/dbus в пользу /run/dbus. /var/run/dbus уже архаика. dbus в Альте использует /run/dbus с 2016 года:

* Sun Jul 24 2016 Valery Inozemtsev <shrek at altlinux.ru> 1.10.8-alt1
- 1.10.8
- moved /var/run/dbus to /run/dbus
Comment 1 Антон Мидюков 2021-04-27 06:17:44 MSK
Так как ориентируемся на то, что /var/run является симлинком на /run, а /var/lock симлинком на /run/lock, исправление не требуется.