From: Zbigniew Jędrzejewski-Szmek Date: Mon, 29 Jul 2019 13:53:24 +0000 (+0200) Subject: NEWS: add entry about exit status changes X-Git-Tag: v243-rc1~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae6a32c260ba990f15a31d0bf910227e91135a08;p=thirdparty%2Fsystemd.git NEWS: add entry about exit status changes --- diff --git a/NEWS b/NEWS index 3383357c41d..865b09b7f6c 100644 --- a/NEWS +++ b/NEWS @@ -104,6 +104,11 @@ CHANGES WITH 243 in spe: long number (with the length varying by architecture), so they can be unambiguously distinguished. + * SuccessExitStatus=, RestartPreventExitStatus=, and + RestartForceExitStatus= now accept exit code names (e.g. "DATAERR" is + equivalent to "65"). systemd-analyze learnt a new 'exit-codes' verb + to display those exit code name mappings. + * /usr/sbin/halt.local is no longer supported. Implementation in distributions was inconsistent and it seems this functionality was very rarely used.