From: Todd C. Miller Date: Wed, 3 May 2017 16:24:12 +0000 (-0600) Subject: Fix a pasto that resulted in an extra (empty) syslog_goodpri list entry. X-Git-Tag: SUDO_1_8_20^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9bfaa386e7d09a95425ac092507dcbc15c6267b;p=sudo Fix a pasto that resulted in an extra (empty) syslog_goodpri list entry. --- diff --git a/doc/sudoers.cat b/doc/sudoers.cat index daae58f29..0c2b39879 100644 --- a/doc/sudoers.cat +++ b/doc/sudoers.cat @@ -1788,8 +1788,6 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS value of nnoonnee will disable logging of successful commands. - syslog_goodpri - syslog_maxlen On many systems, syslog(3) has a relatively small log buffer. IETF RFC 5424 states that syslog servers must support messages of at least 480 bytes and should @@ -2811,4 +2809,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or https://www.sudo.ws/license.html for complete details. -Sudo 1.8.20 April 11, 2017 Sudo 1.8.20 +Sudo 1.8.20 May 3, 2017 Sudo 1.8.20 diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index 2031a719f..8f827fcde 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -21,7 +21,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.TH "SUDOERS" "5" "April 11, 2017" "Sudo @PACKAGE_VERSION@" "File Formats Manual" +.TH "SUDOERS" "5" "May 3, 2017" "Sudo @PACKAGE_VERSION@" "File Formats Manual" .nh .if n .ad l .SH "NAME" @@ -3596,8 +3596,6 @@ Negating the option or setting it to a value of \fBnone\fR will disable logging of successful commands. .TP 18n -syslog_goodpri -.TP 18n syslog_maxlen On many systems, syslog(3) diff --git a/doc/sudoers.mdoc.in b/doc/sudoers.mdoc.in index 433871557..362e94993 100644 --- a/doc/sudoers.mdoc.in +++ b/doc/sudoers.mdoc.in @@ -19,7 +19,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd April 11, 2017 +.Dd May 3, 2017 .Dt SUDOERS @mansectform@ .Os Sudo @PACKAGE_VERSION@ .Sh NAME @@ -3364,7 +3364,6 @@ for the list of supported syslog priorities. Negating the option or setting it to a value of .Sy none will disable logging of successful commands. -.It syslog_goodpri .It syslog_maxlen On many systems, .Xr syslog 3