]> granicus.if.org Git - sudo/commitdiff
Display the value of syslog_maxlen in sudo -V output.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 10 Feb 2017 22:08:44 +0000 (15:08 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 10 Feb 2017 22:08:44 +0000 (15:08 -0700)
plugins/sudoers/def_data.c
plugins/sudoers/def_data.in

index 05ee96d335f852909176d2463641768e82bf4f74..891aba2ad235131403859d0e4770a8b4946cea27 100644 (file)
@@ -427,7 +427,7 @@ struct sudo_defs_types sudo_defs_table[] = {
        NULL,
     }, {
        "syslog_maxlen", T_UINT,
-       N_("Log entries larger than this value will be split into multiple syslog messages"),
+       N_("Log entries larger than this value will be split into multiple syslog messages: %u"),
        NULL,
     }, {
        "iolog_user", T_STR|T_BOOL,
index aecbf9166214f862cfb28a8676d7af495970f846..a4f6628975e511fa73b5b4601a0367186b90c8c2 100644 (file)
@@ -312,7 +312,7 @@ match_group_by_gid
        "Resolve groups in sudoers and match on the group ID, not the name"
 syslog_maxlen
        T_UINT
-       "Log entries larger than this value will be split into multiple syslog messages"
+       "Log entries larger than this value will be split into multiple syslog messages: %u"
 iolog_user
        T_STR|T_BOOL
        "User that will own the I/O log files: %s"