]> git.ipfire.org Git - thirdparty/util-linux.git/commit
agetty: don't ignore --noclear when re-print issue file
authorKarel Zak <kzak@redhat.com>
Thu, 2 Feb 2023 15:46:46 +0000 (16:46 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 2 Feb 2023 15:46:46 +0000 (16:46 +0100)
commit0c0fb46dcef6c63c74094486e499e376fdb33a04
treea76ae4fa051774dee003c356434617ba9ecc9fdc
parent584f2b72fccbaaa30c699a245e15431cebc1681b
agetty: don't ignore --noclear when re-print issue file

The system network interface changes generate events that may force
agetty to re-print the issue file. The options --noclear should be
ignored in this case.

Fixes: https://github.com/util-linux/util-linux/issues/2051
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/agetty.c