mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
logind: do not emit beep in wall messages
Those may go via the PC speaker, which is annoying and unexpected. Most people have it off, so this doesn't work reliably anyway, so we can disable it without much loss. Fixes #23520.
This commit is contained in:
parent
3388a4b582
commit
ef3458cd5d
@ -360,7 +360,7 @@ int utmp_wall(
|
||||
}
|
||||
|
||||
if (asprintf(&text,
|
||||
"\a\r\n"
|
||||
"\r\n"
|
||||
"Broadcast message from %s@%s%s%s (%s):\r\n\r\n"
|
||||
"%s\r\n\r\n",
|
||||
un ?: username, hn,
|
||||
|
Loading…
Reference in New Issue
Block a user