]> git.pld-linux.org Git - packages/dracut.git/blobdiff - systemd-paths.patch
- up to 038
[packages/dracut.git] / systemd-paths.patch
index 4728b96637f29bcc9aed40f58f78b699686c9f61..6b0e33551b48eb1241dcd6b8b2843c7d3fe01f30 100644 (file)
@@ -1,33 +1,22 @@
---- dracut-026/modules.d/98systemd/emergency.service~  2013-03-08 07:07:48.000000000 +0100
-+++ dracut-026/modules.d/98systemd/emergency.service   2013-03-21 13:23:14.644737989 +0100
-@@ -17,7 +17,7 @@
- Environment=HOME=/
- WorkingDirectory=/
- ExecStart=/bin/dracut-emergency
--ExecStopPost=-/usr/bin/systemctl --no-block isolate dracut.target
-+ExecStopPost=-/bin/systemctl --no-block isolate dracut.target
- Type=oneshot
- StandardInput=tty-force
- StandardOutput=inherit
 --- dracut-026/modules.d/98systemd/rescue.service~     2013-03-08 07:07:48.000000000 +0100
 +++ dracut-026/modules.d/98systemd/rescue.service      2013-03-21 13:23:51.761696508 +0100
 @@ -17,7 +17,7 @@
  ExecStartPre=-/bin/plymouth quit
  ExecStart=-/bin/sh -i -l
- ExecStopPost=-/bin/rm -f /.console_lock
+ ExecStopPost=-/bin/rm -f -- /.console_lock
 -ExecStopPost=-/usr/bin/systemctl --fail --no-block default
 +ExecStopPost=-/bin/systemctl --fail --no-block default
  Type=idle
  StandardInput=tty-force
  StandardOutput=inherit
---- dracut-023/modules.d/98systemd/udevadm-cleanup-db.service~ 2012-08-01 15:30:30.000000000 +0200
-+++ dracut-023/modules.d/98systemd/udevadm-cleanup-db.service  2013-03-21 20:22:21.089897000 +0100
-@@ -16,7 +16,7 @@
- [Service]
+--- dracut-027/modules.d/98systemd/emergency.service.wiget     2013-03-27 23:05:57.984373121 +0100
++++ dracut-027/modules.d/98systemd/emergency.service   2013-03-27 23:11:39.569991251 +0100
+@@ -17,7 +17,7 @@ Wants=systemd-vconsole-setup.service
+ Environment=HOME=/
+ WorkingDirectory=/
+ ExecStart=/bin/dracut-emergency
+-ExecStopPost=-/usr/bin/systemctl --fail --no-block default
++ExecStopPost=-/bin/systemctl --fail --no-block default
  Type=oneshot
--ExecStart=-/usr/bin/udevadm info --cleanup-db
-+ExecStart=-/sbin/udevadm info --cleanup-db
- StandardInput=null
- StandardOutput=null
- StandardError=null
+ StandardInput=tty-force
+ StandardOutput=inherit
This page took 0.441202 seconds and 4 git commands to generate.