]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: drop full paths for utilities in $PATH
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 18 Dec 2019 08:14:57 +0000 (09:14 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Jan 2020 15:50:16 +0000 (16:50 +0100)
commitcdc6804b6046282a42117678751c126a022cd24a
treeaaedb8a96dc54b8f25fdbb83ee794df42c838ae3
parent5608deb847b793738b861b02e89590ac4ba7cadd
units: drop full paths for utilities in $PATH

This makes things a bit simpler and the build a bit faster, because we don't
have to rewrite files to do the trivial substitution. @rootbindir@ is always in
our internal $PATH that we use for non-absolute paths, so there should be no
functional change.
27 files changed:
meson.build
units/initrd-cleanup.service [moved from units/initrd-cleanup.service.in with 88% similarity]
units/initrd-parse-etc.service [moved from units/initrd-parse-etc.service.in with 77% similarity]
units/initrd-switch-root.service [moved from units/initrd-switch-root.service.in with 89% similarity]
units/initrd-udevadm-cleanup-db.service [moved from units/initrd-udevadm-cleanup-db.service.in with 93% similarity]
units/meson.build
units/systemd-ask-password-console.service [moved from units/systemd-ask-password-console.service.in with 90% similarity]
units/systemd-ask-password-wall.service [moved from units/systemd-ask-password-wall.service.in with 68% similarity]
units/systemd-boot-system-token.service [moved from units/systemd-boot-system-token.service.in with 96% similarity]
units/systemd-firstboot.service [moved from units/systemd-firstboot.service.in with 87% similarity]
units/systemd-halt.service [moved from units/systemd-halt.service.in with 93% similarity]
units/systemd-hwdb-update.service.in
units/systemd-journal-catalog-update.service [moved from units/systemd-journal-catalog-update.service.in with 93% similarity]
units/systemd-journal-flush.service [moved from units/systemd-journal-flush.service.in with 87% similarity]
units/systemd-kexec.service [moved from units/systemd-kexec.service.in with 93% similarity]
units/systemd-machine-id-commit.service [moved from units/systemd-machine-id-commit.service.in with 92% similarity]
units/systemd-nspawn@.service.in
units/systemd-sysusers.service [moved from units/systemd-sysusers.service.in with 94% similarity]
units/systemd-tmpfiles-clean.service [moved from units/systemd-tmpfiles-clean.service.in with 92% similarity]
units/systemd-tmpfiles-setup-dev.service [moved from units/systemd-tmpfiles-setup-dev.service.in with 90% similarity]
units/systemd-tmpfiles-setup.service [moved from units/systemd-tmpfiles-setup.service.in with 89% similarity]
units/systemd-udev-settle.service [moved from units/systemd-udev-settle.service.in with 95% similarity]
units/systemd-udev-trigger.service [moved from units/systemd-udev-trigger.service.in with 82% similarity]
units/systemd-udevd.service.in
units/user/meson.build
units/user/systemd-tmpfiles-clean.service [moved from units/user/systemd-tmpfiles-clean.service.in with 91% similarity]
units/user/systemd-tmpfiles-setup.service [moved from units/user/systemd-tmpfiles-setup.service.in with 90% similarity]