]> git.ipfire.org Git - thirdparty/systemd.git/commit
show-status: suffix output ith CRNL rather than just NL
authorLennart Poettering <lennart@poettering.net>
Fri, 24 Nov 2023 15:41:47 +0000 (16:41 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 Dec 2023 21:11:54 +0000 (22:11 +0100)
commit936fcc4668125ab4dd198b14288b318308d9f7de
treea97c942377c968a5a6142fc1060e8649b3641ce4
parent6498a0c2cc19361526aad0a0aa01f309aba4293a
show-status: suffix output ith CRNL rather than just NL

This is similar to #30183 but focusses on the status output rather than
the log output.

Since the status output always goes to a TTY we don't have to
conditionalize things on isatty().

Fixes: #30184
src/core/show-status.c