https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206845
Bug ID: 206845
Summary: Change the newsyslog.conf to be alphabetical D5160
Product: Base System
Version: 11.0-CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: conf
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
CC: [email protected]
Created attachment 166432
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166432&action=edit
patch file
You have :
/var/log/daily.log 640 7 * @T00 JN
/var/log/debug.log 600 7 100 * JC
then later on you have:
/var/log/ppp.log root:network 640 3 100 * JC
/var/log/devd.log 644 3 100 * JC
it should "I believe" look like this:
/var/log/daily.log 640 7 * @T00 JN
/var/log/debug.log 600 7 100 * JC
/var/log/devd.log 644 3 100 * JC
https://reviews.freebsd.org/D5160
Accepted by imp@
--
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]"