]> git.pld-linux.org Git - packages/systemd.git/blame - udevadm-in-sbin.patch
- partial update to 238; target-pld.patch hostname parsing needs testing; files secti...
[packages/systemd.git] / udevadm-in-sbin.patch
CommitLineData
f06261ce
AM
1--- systemd-235/meson.build~ 2017-10-06 10:18:04.000000000 +0200
2+++ systemd-235/meson.build 2017-10-21 15:12:47.202404998 +0200
f06261ce
AM
3@@ -200,6 +201,7 @@ substs.set('includedir',
4 substs.set('pkgsysconfdir', pkgsysconfdir)
5 substs.set('bindir', bindir)
6 substs.set('rootbindir', rootbindir)
7+substs.set('rootsbindir', rootsbindir)
8 substs.set('rootlibexecdir', rootlibexecdir)
9 substs.set('systemunitdir', systemunitdir)
10 substs.set('userunitdir', userunitdir)
11@@ -2164,7 +2166,7 @@ exe = executable('udevadm',
12 libblkid],
13 install_rpath : udev_rpath,
14 install : true,
15- install_dir : rootbindir)
16+ install_dir : rootsbindir)
17 public_programs += [exe]
18
19 executable('systemd-shutdown',
a5e88385
JR
20--- systemd-183/units/systemd-udev-trigger.service.in~ 2012-05-21 15:14:51.642981269 +0200
21+++ systemd-183/units/systemd-udev-trigger.service.in 2012-05-30 13:55:20.229509590 +0200
22@@ -17,4 +17,4 @@
23 [Service]
24 Type=oneshot
25 RemainAfterExit=yes
bce90f0e 26-ExecStart=@rootbindir@/udevadm trigger --type=subsystems --action=add ; @rootbindir@/udevadm trigger --type=devices --action=add
f06261ce 27+ExecStart=@rootsbindir@/udevadm trigger --type=subsystems --action=add ; @rootsbindir@/udevadm trigger --type=devices --action=add
a5e88385
JR
28--- systemd-183/units/systemd-udev-settle.service.in~ 2012-05-30 13:43:34.886201138 +0200
29+++ systemd-183/units/systemd-udev-settle.service.in 2012-05-30 13:55:44.546175399 +0200
618c1d39 30@@ -29,4 +29,4 @@
a5e88385
JR
31 Type=oneshot
32 TimeoutSec=180
33 RemainAfterExit=yes
bce90f0e 34-ExecStart=@rootbindir@/udevadm settle
f06261ce 35+ExecStart=@rootsbindir@/udevadm settle
bce90f0e
JR
36--- systemd-199/units/initrd-udevadm-cleanup-db.service.in~ 2013-03-11 18:01:33.616138706 +0100
37+++ systemd-199/units/initrd-udevadm-cleanup-db.service.in 2013-03-26 19:09:54.525625477 +0100
38@@ -15,4 +15,4 @@
39
40 [Service]
41 Type=oneshot
42-ExecStart=-@rootbindir@/udevadm info --cleanup-db
f06261ce 43+ExecStart=-@rootsbindir@/udevadm info --cleanup-db
This page took 0.142732 seconds and 4 git commands to generate.