forked from pool/systemd
Accepting request 343505 from home:Andreas_Schwab:Factory
- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value OBS-URL: https://build.opensuse.org/request/show/343505 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=918
This commit is contained in:
parent
7cdca70826
commit
6f0ba1c2f8
@ -94,19 +94,6 @@
|
|||||||
+ return 0;
|
+ return 0;
|
||||||
+}
|
+}
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ systemd-222/units/systemd-udev-root-symlink.service
|
|
||||||
@@ -0,0 +1,10 @@
|
|
||||||
+[Unit]
|
|
||||||
+Description=Rule generator for /dev/root symlink
|
|
||||||
+Before=systemd-udevd.service
|
|
||||||
+DefaultDependencies=no
|
|
||||||
+ConditionPathIsReadWrite=/run/udev
|
|
||||||
+
|
|
||||||
+[Service]
|
|
||||||
+Type=oneshot
|
|
||||||
+RemainAfterExit=yes
|
|
||||||
+ExecStart=/usr/lib/udev/rootsymlink-generator
|
|
||||||
--- /dev/null
|
|
||||||
+++ systemd-222/units/systemd-udev-root-symlink.service.in
|
+++ systemd-222/units/systemd-udev-root-symlink.service.in
|
||||||
@@ -0,0 +1,10 @@
|
@@ -0,0 +1,10 @@
|
||||||
+[Unit]
|
+[Unit]
|
||||||
@ -118,4 +105,4 @@
|
|||||||
+[Service]
|
+[Service]
|
||||||
+Type=oneshot
|
+Type=oneshot
|
||||||
+RemainAfterExit=yes
|
+RemainAfterExit=yes
|
||||||
+ExecStart=@udevlibexec@/rootsymlink-generator
|
+ExecStart=@udevlibexecdir@/rootsymlink-generator
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 10 18:06:43 UTC 2015 - schwab@suse.de
|
||||||
|
|
||||||
|
- 1096-new-udev-root-symlink-generator.patch: fix substitution in
|
||||||
|
ExecStart value
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 21 20:18:58 UTC 2015 - dmueller@suse.com
|
Wed Oct 21 20:18:58 UTC 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 10 18:06:43 UTC 2015 - schwab@suse.de
|
||||||
|
|
||||||
|
- 1096-new-udev-root-symlink-generator.patch: fix substitution in
|
||||||
|
ExecStart value
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 21 20:18:58 UTC 2015 - dmueller@suse.com
|
Wed Oct 21 20:18:58 UTC 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user