From 2fb9555cca94ede6ad186060e2ef72ac5ed523a2 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Tue, 12 Jun 2018 08:03:27 +0200 Subject: Prep v238: Make a real distinction between 'halt' and 'poweroff'. --- meson_options.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 3536f3ddf..0fa3f1896 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -27,7 +27,7 @@ option('rootprefix', type : 'string', #if 0 /// UNNEEDED by elogind # option('link-udev-shared', type : 'boolean', # description : 'link systemd-udev and its helpers to libsystemd-shared.so') -# +# # 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', @@ -38,7 +38,7 @@ option('rootprefix', 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') # option('kill-path', type : 'string', description : 'path to kill') @@ -60,8 +60,9 @@ option('udevbindir', type : 'string', option('docdir', type : 'string', description : 'path where to install the documentation.') option('htmldir', type : 'string', description : 'path where to install the HTML documentation.') -# We have no systemd-shutdown binary, so we need 'halt' and 'reboot' +# We have no systemd-shutdown binary, so we need 'halt', 'reboot' and 'poweroff' option('halt-path', type : 'string', description : 'path to halt') +option('poweroff-path', type : 'string', description : 'path to poweroff') option('reboot-path', type : 'string', description : 'path to reboot') #endif // 0 option('kexec-path', type : 'string', description : 'path to kexec') @@ -71,7 +72,7 @@ option('kexec-path', type : 'string', description : 'path to kexec') # option('umount-path', type : 'string', description : 'path to umount') # option('loadkeys-path', type : 'string', description : 'path to loadkeys') # option('setfont-path', type : 'string', description : 'path to setfont') -# +# # option('debug-shell', type : 'string', value : '/bin/sh', # description : 'path to debug shell binary') # option('debug-tty', type : 'string', value : '/dev/tty9', @@ -258,7 +259,7 @@ option('gshadow', type : 'boolean', # option('www-target', type : 'string', # description : 'the address and dir to upload docs too', # value : 'www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd') -# +# # option('seccomp', type : 'combo', choices : ['auto', 'true', 'false'], # description : 'SECCOMP support') #endif // 0 -- cgit v1.2.3