Searched hist:227482 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/etc/periodic/daily/
H A D310.accountingdiff 227482 Sun Nov 13 03:16:27 MST 2011 dougb The default setting, daily_accounting_compress="NO", was causing
only 1 old file to be saved, so fix this. Problem raised in the PR,
but actually required a different solution.

While I'm here, fix a very old off-by-one error causing 1 more file
than specified in daily_accounting_save to be saved because acct.0
was not taken into account (pun intended). Change that, and use a more
thorough method of finding old files to delete. Partly just because this
is the right thing to do, but also to silently fix the extra log that
would have been left behind forever with the previous method.

PR: conf/160848
Submitted by: Andrey Zonov <andrey@zonov.org>

Completed in 51 milliseconds