summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-02-08 14:06:00 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-02-15 15:29:20 +0100
commit50b68cff54360eaa8e94fee99e6de5c9588c9f13 (patch)
tree15d00ef979ae153a6e77de72f94b93fdaaeaadb9 /meson_options.txt
parentman: enchance sd_bus_set_watch_bind() example to handle one more failure (diff)
downloadsystemd-50b68cff54360eaa8e94fee99e6de5c9588c9f13.tar.xz
systemd-50b68cff54360eaa8e94fee99e6de5c9588c9f13.zip
systemctl: drop chain invocation of telinit
This functionality relied on telinit being available in a different path then the compat symlink shipped by systemd itself. This is no longer the case for any known distro, so remove that code. Fixes: #31220 Replaces: #31249
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 9a6abd4981..b51af01721 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -47,8 +47,6 @@ option('sysvinit-path', type : 'string', value : '/etc/init.d',
description : 'the directory where the SysV init scripts are located')
option('sysvrcnd-path', type : 'string', value : '/etc/rc.d',
description : 'the base directory for SysV rcN.d directories')
-option('telinit-path', type : 'string', value : '/lib/sysvinit/telinit',
- description : 'path to telinit')
option('rc-local', type : 'string',
value : '/etc/rc.local')
option('initrd', type : 'boolean',