aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-12 19:54:33 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:47:28 -0400
commit2a4c156d6487e60ec7122bbf2c15c259156fb868 (patch)
tree32ae1f3d7279fde9b7504f1f0274c8f498b1a601 /meson_options.txt
parentmeson: properly conditionalize polkit installation (diff)
downloadsystemd-2a4c156d6487e60ec7122bbf2c15c259156fb868.tar.gz
systemd-2a4c156d6487e60ec7122bbf2c15c259156fb868.tar.bz2
systemd-2a4c156d6487e60ec7122bbf2c15c259156fb868.zip
meson: fix a bunch of substitutions
This makes the diff -r output on autotools and meson installations empty, except for binary files and ## comments.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b1b80bfa6..d5ce9d9f9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,6 +10,10 @@ option('sysvinit-path', type : 'string', value : '/etc/init.d',
option('sysvrcnd-path', type : 'string', value : '/etc/rc.d',
description : 'the base directory for SysV rcN.d directories')
option('telinit-path', type : 'string', 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')