mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
ask-password: refer to right binary name in wall message
This commit is contained in:
parent
656ce8f77a
commit
9d3e691e70
@ -255,7 +255,7 @@ static int parse_password(const char *filename, char **wall) {
|
||||
|
||||
if (asprintf(&_wall,
|
||||
"%s%sPassword entry required for \'%s\' (PID %u).\r\n"
|
||||
"Please enter password with the systemd-tty-password-agent tool!",
|
||||
"Please enter password with the systemd-tty-ask-password-agent tool!",
|
||||
*wall ? *wall : "",
|
||||
*wall ? "\r\n\r\n" : "",
|
||||
message,
|
||||
|
Loading…
Reference in New Issue
Block a user