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 /meson_options.txt | |
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 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5d68970ff6..4a8e73bc59 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -31,8 +31,6 @@ option('telinit-path', type : 'string', value : '/lib/sysvinit/telinit', description : 'path to telinit') option('rc-local', type : 'string', value : '/etc/rc.local') -option('halt-local', type : 'string', - value : '/usr/sbin/halt.local') option('quotaon-path', type : 'string', description : 'path to quotaon') option('quotacheck-path', type : 'string', description : 'path to quotacheck') |