packages: systemd/tmpfiles-not-fatal.patch (NEW) - make tmpfiles problems n...

baggins baggins at pld-linux.org
Sun Jan 29 23:34:11 CET 2012


Author: baggins                      Date: Sun Jan 29 22:34:11 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make tmpfiles problems not fatal, allowing system boot with incorrect tmpfiles configs

---- Files affected:
packages/systemd:
   tmpfiles-not-fatal.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/systemd/tmpfiles-not-fatal.patch
diff -u /dev/null packages/systemd/tmpfiles-not-fatal.patch:1.1
--- /dev/null	Sun Jan 29 23:34:11 2012
+++ packages/systemd/tmpfiles-not-fatal.patch	Sun Jan 29 23:34:06 2012
@@ -0,0 +1,17 @@
+--- systemd-39/units/systemd-tmpfiles-setup.service.in~	2011-12-30 22:27:36.623529054 +0100
++++ systemd-39/units/systemd-tmpfiles-setup.service.in	2012-01-29 22:55:46.116130563 +0100
+@@ -19,4 +19,4 @@
+ [Service]
+ Type=oneshot
+ RemainAfterExit=yes
+-ExecStart=@rootbindir@/systemd-tmpfiles --create --remove
++ExecStart=- at rootbindir@/systemd-tmpfiles --create --remove
+--- systemd-39/units/systemd-tmpfiles-clean.service.in~	2011-12-30 22:27:36.520529020 +0100
++++ systemd-39/units/systemd-tmpfiles-clean.service.in	2012-01-29 22:56:15.626015474 +0100
+@@ -18,5 +18,5 @@
+ 
+ [Service]
+ Type=oneshot
+-ExecStart=@rootbindir@/systemd-tmpfiles --clean
++ExecStart=- at rootbindir@/systemd-tmpfiles --clean
+ IOSchedulingClass=idle
================================================================


More information about the pld-cvs-commit mailing list