[Bug 230350] newsyslog does not distinguish between flags T and P

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 4 13:46:04 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230350

            Bug ID: 230350
           Summary: newsyslog does not distinguish between flags T and P
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: fbsd-bugzilla at cl.turing-complete.org

The newsyslog.conf-flags T and P have the same effect, both enable both "Do not
compress zero'th history file" and  "Use RFC5424 format rotation message".

The constants used for both flags in /usr/src/usr.sbin/newsyslog/newsyslog.c
are the same:

#define CE_PLAIN0       0x0800  /* Do not compress zero'th history file */
#define CE_RFC5424      0x0800  /* Use RFC5424 format rotation message */

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


More information about the freebsd-bugs mailing list