Page MenuHomeFreeBSD

Change the newsyslog.conf to be alphabetical
AbandonedPublic

Authored by chris_bsdjunk.com on Feb 1 2016, 12:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 5, 7:24 AM
Unknown Object (File)
Sun, Jul 5, 7:18 AM
Unknown Object (File)
Fri, Jul 3, 9:40 PM
Unknown Object (File)
Thu, Jul 2, 9:53 PM
Unknown Object (File)
Thu, Jul 2, 9:32 PM
Unknown Object (File)
Thu, Jun 25, 12:54 AM
Unknown Object (File)
Tue, Jun 23, 5:56 AM
Unknown Object (File)
May 29 2026, 8:22 PM
Subscribers

Details

Reviewers
imp
Group Reviewers
Src Committers
Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

chris_bsdjunk.com retitled this revision from to Change the newsyslog.conf to be alphabetical .
chris_bsdjunk.com updated this object.
chris_bsdjunk.com edited the test plan for this revision. (Show Details)
chris_bsdjunk.com set the repository for this revision to rS FreeBSD src repository - subversion.
imp added a reviewer: imp.

looks good to me with my devd hat on.

This revision is now accepted and ready to land.Feb 1 2016, 8:17 PM