diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-12-12 13:40:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-20 20:23:40 +0100 |
commit | 5cfc0a84610949854ae46a5f7f2e3a56077fa92d (patch) | |
tree | 1b1ec0259892cd705de1f3d07827a2a9137769f2 /NEWS | |
parent | 9b6deb03fcb358d6987ce86fcad08e2e290ee5d0 (diff) |
build-sys: don't mke use of "sushell" automatically
"sushell" is a Fedora-specific concept, shipped as part of
"initscripts". We shouldn't actively search for it if we can avoid it.
Hence, lets now default to /bin/sh as debug shell on all systems, and
permit Fedora to override that for their RPMs via --with-debug-shell= at
configure time.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ systemd System and Service Manager CHANGES WITH 233 in spe + * The shell invoked by debug-shell.service now defaults to /bin/sh in + all cases. If distributions want to use a different shell for this + purpose (for example Fedora's /sbin/sushell) they need to specify + this explicitly at configure time using --with-debug-shell=. + * The confirmation spawn prompt has been reworked to offer the following choices: |