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
F169707848: D5160.id12927.diff
Wed, Sep 2, 8:36 AM
Unknown Object (File)
Thu, Aug 27, 4:02 PM
Unknown Object (File)
Thu, Aug 27, 2:05 PM
Unknown Object (File)
Sat, Aug 8, 7:59 PM
Unknown Object (File)
Aug 4 2026, 2:36 AM
Unknown Object (File)
Jul 31 2026, 2:15 PM
Unknown Object (File)
Jul 20 2026, 4:46 PM
Unknown Object (File)
Jul 5 2026, 7:24 AM
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