storage-after-cryptsetup.patch instead to prevent dependency
cycle (bnc#722539).
- Add delay-fsck-cryptsetup-after-md-lvm-dmraid.patch: ensure
fsck/cryptsetup is run after lvm/md/dmraid have landed
(bnc#724912).
- Add cron-tty-pam.patch: Fix cron filling logs (bnc#731358).
- Add do_not_warn_pidfile.patch: Fix PID warning in logs
(bnc#732912).
- Add mount-swap-log.patch: Ensure swap and mount output is
redirected to default log target (rhb#750032).
- Add color-on-boot.patch: ensure colored status are displayed at
boot time.
- Update modules_on_boot.patch to fix bnc#732041.
- Replace private_tmp_crash.patch with log_on_close.patch, better
upstream fix for bnc#699829 and fix bnc#731719.
- Update vconsole patch to fix memleaks and crash (bnc#734527).
- Add handle-racy-daemon.patch: fix warnings with sendmail
(bnc#732912).
- Add new-lsb-headers.patch: support PIDFile: and
X-Systemd-RemainAfterExit: header in initscript (bnc#727771).
- Update bootsplash services to not start if vga= is missing from
cmdline (bnc#727771)
- Add lock-opensuse.patch: disable /var/lock/{subsys,lockdev} and
change default permissions on /var/lock (bnc#733523).
- Add garbage_collect_units: ensure error units are correctly
garbage collected (rhb#680122).
- Add crypt-loop-file.patch: add support for crypt file loop
(bnc#730496).
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=228
17 lines
589 B
Diff
17 lines
589 B
Diff
Index: systemd-37/tmpfiles.d/legacy.conf
|
|
===================================================================
|
|
--- systemd-37.orig/tmpfiles.d/legacy.conf
|
|
+++ systemd-37/tmpfiles.d/legacy.conf
|
|
@@ -17,6 +17,8 @@
|
|
# On modern systems a BSD file lock is a better choice if
|
|
# serialization is needed on those devices.
|
|
|
|
-d /run/lock 0755 root root -
|
|
-d /run/lock/subsys 0755 root root -
|
|
-d /run/lock/lockdev 0775 root lock -
|
|
+# changed for openSUSE : only /run/lock should be available
|
|
+
|
|
+d /run/lock 0775 root lock -
|
|
+#d /run/lock/subsys 0755 root root -
|
|
+#d /run/lock/lockdev 0775 root lock -
|