Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2024 21:10:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage
Message-ID:  <bug-279303-227-xOb8R2blsj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279303-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279303-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279303

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org

--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
Lower case 'p' is correct it seems, from newsyslog.c:

#define CE_PLAIN0       0x0800  /* Do not compress zero'th history file */

                        case 'p':
                                working->flags |=3D CE_PLAIN0;
                                break;

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279303-227-xOb8R2blsj>