diff options
author | joerg <joerg@FreeBSD.org> | 1999-02-07 20:30:56 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1999-02-07 20:30:56 +0000 |
commit | 45f0d59ad0cb5605b230be094de755371005e8f1 (patch) | |
tree | 5df82d3aef9b1b249f031c6f96df629c55d880c1 /tools | |
parent | 833655c3079d47321e8d655367fa84bac2cb9027 (diff) | |
download | FreeBSD-src-45f0d59ad0cb5605b230be094de755371005e8f1.zip FreeBSD-src-45f0d59ad0cb5605b230be094de755371005e8f1.tar.gz |
Fix a typo describing the filename of cvt-wtmp.
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/3.0-upgrade/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/3.0-upgrade/README b/tools/3.0-upgrade/README index 0d14d7b..3d51847 100644 --- a/tools/3.0-upgrade/README +++ b/tools/3.0-upgrade/README @@ -7,13 +7,13 @@ existing track record. The tool cannot handle gzip'ed wtmp backups, so unzip them first if you need. Then simply call it as: - ./cvt-tmp /var/log/wtmp* + ./cvt-wtmp /var/log/wtmp* 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-tmp -n /var/log/wtmp* + ./cvs-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 |