diff options
author | ru <ru@FreeBSD.org> | 2002-06-06 14:08:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-06-06 14:08:04 +0000 |
commit | 188d515bc423ae636ef26a9ec80e36717b382596 (patch) | |
tree | fd94f5ccb39fe7fe678f32a75195bb0711cf2d64 /tools | |
parent | 638fc11b92e63590b1a8d3e3a65324ce2ae5c6dc (diff) | |
download | FreeBSD-src-188d515bc423ae636ef26a9ec80e36717b382596.zip FreeBSD-src-188d515bc423ae636ef26a9ec80e36717b382596.tar.gz |
Fixed typos.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/3.0-upgrade/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/3.0-upgrade/README b/tools/3.0-upgrade/README index 3d51847..42761ac 100644 --- a/tools/3.0-upgrade/README +++ b/tools/3.0-upgrade/README @@ -1,3 +1,5 @@ +$FreeBSD$ + By 1996/12/04, the utmp element size has been changed, in order to allow for longer usernames. This change renders all existing wtmp files unusable. The cvt-wtmp utility is provided as an aid to convert @@ -13,7 +15,7 @@ The old wtmp files are being renamed to <file>.bak, so nothing will be lost even in case of a failure. If you are only about to test whether the tool will grok your files correctly, you can run it as: - ./cvs-wtmp -n /var/log/wtmp* + ./cvt-wtmp -n /var/log/wtmp* The tool tries an ``educated guess'', based on the reasonability of the timestamp values in the wtmp file. If it fails to recognize the @@ -21,9 +23,9 @@ format of your wtmp, it normally bails out, or at least ignores garbage records. In this case, rename the .bak files to the original name, and try to force the conversion: - ./cvs-tmp -f /var/log/wtmp.xxx + ./cvt-wtmp -f /var/log/wtmp.xxx Make sure to verify the result however! -Dresden, Jan 2, 1996 Joerg <joerg@freebsd.org> +Dresden, Jan 2, 1996 Joerg <joerg@FreeBSD.org> |