K 10 svn:author V 5 markj K 8 svn:date V 27 2013-05-10T20:56:07.046590Z K 7 svn:log V 389 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 .0, which always results in a rotation since it generally doesn't exist in the -t case. Approved by: emaste END