2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Rename "log_server" in sudoers to "log_servers" to match I/O plugin.

This commit is contained in:
Todd C. Miller
2019-11-18 09:39:03 -07:00
parent 810669c4f0
commit f913249dd0
6 changed files with 16 additions and 16 deletions

View File

@@ -506,7 +506,7 @@ struct sudo_defs_types sudo_defs_table[] = {
N_("Log when a command is denied by sudoers"),
NULL,
}, {
"log_server", T_LIST|T_BOOL,
"log_servers", T_LIST|T_BOOL,
N_("Sudo log server(s) to connect to with optional port"),
NULL,
}, {