diff options
author | Michael Biebl <biebl@debian.org> | 2019-05-14 17:40:45 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-05-23 10:19:01 +0200 |
commit | 44508946534eee032927c263b79464832656dd6e (patch) | |
tree | a13085630c6d165e49045b6fc7bf86070f7c2b25 /units | |
parent | ff807cbb294d3c5811c8ddde3f035a568f4db6d7 (diff) | |
download | systemd-44508946534eee032927c263b79464832656dd6e.tar.gz |
Drop support for /usr/sbin/halt.local
/usr/sbin/halt.local is a Fedora/Red Hat anachronism from pre-systemd
times.
Diffstat (limited to 'units')
-rw-r--r-- | units/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/meson.build b/units/meson.build index a5610506d5..52f8b7712f 100644 --- a/units/meson.build +++ b/units/meson.build @@ -118,7 +118,6 @@ units = [ in_units = [ ['debug-shell.service', ''], ['emergency.service', ''], - ['halt-local.service', 'HAVE_SYSV_COMPAT'], ['initrd-cleanup.service', ''], ['initrd-parse-etc.service', ''], ['initrd-switch-root.service', ''], |