mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-11 09:51:56 +02:00
who: fix -m with guessed tty names
* who.c (scan_entries): Account for guessed tty names (e.g. 'sshd pts/1') from the readutmp module when using the systemd backend. * bootstrap.conf (gnulib_modules): Add str_endswith. * News: Mention the bug fix. Addresses https://bugzilla.redhat.com/2343998
This commit is contained in:
committed by
Pádraig Brady
parent
0a03735c71
commit
24450e5eec
4
NEWS
4
NEWS
@@ -14,6 +14,10 @@ GNU coreutils NEWS -*- outline -*-
|
||||
'ls -Z dir' would crash.
|
||||
[bug introduced in coreutils-9.6]
|
||||
|
||||
'who -m' now outputs entries for remote logins. Previously login
|
||||
entries prefixed with the service (like "sshd") were not matched.
|
||||
[bug introduced in coreutils-9.4]
|
||||
|
||||
|
||||
* Noteworthy changes in release 9.6 (2025-01-17) [stable]
|
||||
|
||||
|
||||
@@ -253,6 +253,7 @@ gnulib_modules="
|
||||
stdckdint-h
|
||||
stdlib-safer
|
||||
stpcpy
|
||||
str_endswith
|
||||
strdup-posix
|
||||
strnlen
|
||||
strnumcmp
|
||||
|
||||
Reference in New Issue
Block a user