svn commit: r250479 - stable/8/usr.sbin/newsyslog
Mark Johnston
markj at freebsd.org
Sat May 11 00:06:59 UTC 2013
On Fri, May 10, 2013 at 07:41:47PM -0400, Glen Barber wrote:
> On Fri, May 10, 2013 at 08:56:07PM +0000, Mark Johnston wrote:
> > Author: markj
> > Date: Fri May 10 20:56:07 2013
> > New Revision: 250479
> > URL: http://svnweb.freebsd.org/changeset/base/250479
> >
> > Log:
> > MFC r248776:
> > Fix interval-based rotations when the -t flag is used. In this case, find
> > the most-recently archived logfile and use its mtime to determine whether
> > or not to rotate, as in the non-timestamped case.
> >
> > Previously we would just try to use the mtime of <logfile>.0, which always
> > results in a rotation since it generally doesn't exist in the -t case.
> >
> > Approved by: emaste
> >
> > Modified:
> > stable/8/usr.sbin/newsyslog/newsyslog.c
> > Directory Properties:
> > stable/8/usr.sbin/newsyslog/ (props changed)
> >
>
> I think this commit breaks stable/8 for at least mips and arm.
>
> http://tinderbox.freebsd.org/tinderbox-freebsd8-build-RELENG_8-mips-mips.full
>
> Glen
>
I'm very sorry about that. :(
I've fixed the problem in r250489 and r250490.
More information about the svn-src-all
mailing list