Notes on the acct(5) format switch.

This commit is contained in:
Diomidis Spinellis 2007-04-18 17:34:59 +00:00
parent b7dd80b843
commit 67f759b3f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168842

View File

@ -21,6 +21,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20070418:
A new acct(5) format is imminent. If you want to maintain access
to your accounting files, use the new lastcomm(1) -X functionality to
export them into text format, and keep around a copy of the lastcomm
binary. An updated lastcomm(1) program will allow you to import
the text files into the new acct(5) format. The change will also
invalidate the condensed summary files /var/account/savacct and
/var/account/usracct. If your process accounting system relies
on them, you will need to save their contents in a readable format
before the switch.
20070417:
The new trunk(4) driver has been renamed to lagg(4) as it better
reflects its purpose. ifconfig will need to be recompiled.