]> git.pld-linux.org Git - packages/abrt.git/blob - abrt-split-usr.patch
- added split-usr patch (fix bash path in abrtd.service); release 2
[packages/abrt.git] / abrt-split-usr.patch
1 --- abrt-2.14.0/init-scripts/abrtd.service.orig 2020-02-07 11:21:43.000000000 +0100
2 +++ abrt-2.14.0/init-scripts/abrtd.service      2020-03-15 13:56:39.077440120 +0100
3 @@ -8,7 +8,7 @@
4  [Service]
5  Type=dbus
6  BusName=org.freedesktop.problems.daemon
7 -ExecStartPre=/usr/bin/bash -c "pkill abrt-dbus || :"
8 +ExecStartPre=/bin/bash -c "pkill abrt-dbus || :"
9  ExecStart=/usr/sbin/abrtd -d -s
10  
11  [Install]
This page took 0.054487 seconds and 3 git commands to generate.