SHA256
1
0
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:
Robert Milasan 2015-11-11 12:53:50 +00:00 committed by Git OBS Bridge
parent 083e9c18b8
commit 16910abbfe
3 changed files with 13 additions and 14 deletions

View File

@ -94,19 +94,6 @@
+ return 0;
+}
--- /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
@@ -0,0 +1,10 @@
+[Unit]
@ -118,4 +105,4 @@
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=@udevlibexec@/rootsymlink-generator
+ExecStart=@udevlibexecdir@/rootsymlink-generator

View File

@ -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

View File

@ -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