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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"