Marc Haber wrote:
logrotate keeps the old versions in a format like basename.1, ..., basename.9, basename.10, ... This does not look too pretty in a sorted directory listing. ... if "rotate 999" is configured, basename.001 should be the first log file to be created.
It doesn't precisely address this, but the "dateext" patch included in the Etch version of Logrotate provides another way of addressing this concern by naming rotated files with a fixed-width date string.
-Tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

