summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-12-10 11:10:54 +0100
committerLennart Poettering <lennart@poettering.net>2020-12-10 20:44:41 +0100
commit3c94f7147211ff8f913ddc41901ec5147872074e (patch)
tree4eebbf450a57a9c9ca3dffd8ae5a1570be89bea3 /meson_options.txt
parent8374bf4fa2663b19f329801abfd8b29e66897380 (diff)
downloadsystemd-3c94f7147211ff8f913ddc41901ec5147872074e.tar.gz
Drop compat "gateway" name
Back in 5248e7e1f11aba6859de0b28f0dd3778b22842f2 (July 2017) we moved over to "_gateway", with the old name declared to be temporary measure. Since we're doing a bunch of changes to resolved now, it seems to be a good moment to make this simplification and not add support for the compat name in new code.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index cfe11c9ae9..eed3596b9b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -187,8 +187,6 @@ option('install-sysconfdir', type : 'boolean', value : true,
option('fallback-hostname', type : 'string', value : 'localhost',
description : 'the hostname used if none configured')
-option('compat-gateway-hostname', type : 'boolean', value : 'false',
- description : 'allow "gateway" as the symbolic name for default gateway')
option('default-hierarchy', type : 'combo',
choices : ['legacy', 'hybrid', 'unified'], value : 'unified',
description : 'default cgroup hierarchy')