]> git.pld-linux.org Git - packages/dracut.git/blob - systemd-paths.patch
- removed duplicate hunk from systemd-paths patch
[packages/dracut.git] / systemd-paths.patch
1 --- dracut-026/modules.d/98systemd/emergency.service~   2013-03-08 07:07:48.000000000 +0100
2 +++ dracut-026/modules.d/98systemd/emergency.service    2013-03-21 13:23:14.644737989 +0100
3 @@ -17,7 +17,7 @@
4  Environment=HOME=/
5  WorkingDirectory=/
6  ExecStart=/bin/dracut-emergency
7 -ExecStopPost=-/usr/bin/systemctl --no-block isolate dracut.target
8 +ExecStopPost=-/bin/systemctl --no-block isolate dracut.target
9  Type=oneshot
10  StandardInput=tty-force
11  StandardOutput=inherit
12 --- dracut-026/modules.d/98systemd/rescue.service~      2013-03-08 07:07:48.000000000 +0100
13 +++ dracut-026/modules.d/98systemd/rescue.service       2013-03-21 13:23:51.761696508 +0100
14 @@ -17,7 +17,7 @@
15  ExecStartPre=-/bin/plymouth quit
16  ExecStart=-/bin/sh -i -l
17  ExecStopPost=-/bin/rm -f /.console_lock
18 -ExecStopPost=-/usr/bin/systemctl --fail --no-block default
19 +ExecStopPost=-/bin/systemctl --fail --no-block default
20  Type=idle
21  StandardInput=tty-force
22  StandardOutput=inherit
This page took 0.970957 seconds and 4 git commands to generate.