diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-07-11 23:43:27 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-06-28 18:51:56 +0200 |
commit | 28f1f1a5e652508d6e61ace8918e8b831e4b62b4 (patch) | |
tree | eac8fdb36611df8a88fcc5e8049ec6075c751878 /meson.build | |
parent | meson: Drop genkey target (diff) | |
download | systemd-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.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 7f3ebc9fcb..8db73ec996 100644 --- a/meson.build +++ b/meson.build @@ -1644,7 +1644,6 @@ foreach term : ['analyze', 'machined', 'mountfsd', 'networkd', - 'nscd', 'nsresourced', 'nss-myhostname', 'nss-systemd', @@ -3055,7 +3054,6 @@ foreach tuple : [ ['dmi'], ['idn'], ['polkit'], - ['nscd'], ['legacy-pkla', install_polkit_pkla], ['kmod'], ['xenctrl'], |