summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-07-11 23:43:27 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-06-28 18:51:56 +0200
commit28f1f1a5e652508d6e61ace8918e8b831e4b62b4 (patch)
treeeac8fdb36611df8a88fcc5e8049ec6075c751878 /meson_options.txt
parentmeson: Drop genkey target (diff)
downloadsystemd-28f1f1a5e652508d6e61ace8918e8b831e4b62b4.tar.xz
systemd-28f1f1a5e652508d6e61ace8918e8b831e4b62b4.zip
Drop support for nscd
nscd is known to be racy [1] and it was already deprecated and later dropped in Fedora a while back [1,2]. We don't need to support obsolete stuff in systemd, and the cache in systemd-resolved provides a better solution anyway. We announced the plan to drop nscd in d44934f3785ad9ca4aab757beb80a9b11ba4bc04. [1] https://fedoraproject.org/wiki/Changes/DeprecateNSCD [2] https://fedoraproject.org/wiki/Changes/RemoveNSCD The option is kept as a stub without any effect to make the transition easier.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d52ca4e4b5..7e65f65afc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -56,7 +56,7 @@ option('initrd', type : 'boolean',
option('compat-mutable-uid-boundaries', type : 'boolean', value : false,
description : 'look at uid boundaries in /etc/login.defs for compatibility')
option('nscd', type : 'boolean',
- description : 'build support for flushing of the nscd caches')
+ description : 'This option is deprecated and will be removed in a future release')
option('quotaon-path', type : 'string', description : 'path to quotaon')
option('quotacheck-path', type : 'string', description : 'path to quotacheck')