mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
772906abd2
Sun format is a util for formatting/partitioning/analysis/repairing of SCSI disks. While formatting and partitioning currently is only usefule on big- endian systems in order to create Sun disk labels, analysis and repairing works on either endian and are very useful to remap defect blocks when AWRE/ARRE fail for some reason. Tested on i386 and sparc64, respawned a disk here. Submitted by: marius@alchemy.franken.de
12 lines
344 B
C
12 lines
344 B
C
--- sformat/fmt.c.orig Mon Dec 16 16:26:00 2002
|
|
+++ sformat/fmt.c Mon Dec 16 16:27:51 2002
|
|
@@ -482,7 +482,7 @@
|
|
}
|
|
|
|
printf("sformat SCSI format/analysis/repair utilities\n");
|
|
- printf("Release 3.4, Copyright J. Schilling\n\n");
|
|
+ printf("Release %s, Copyright J. Schilling\n\n", fmt_version);
|
|
|
|
if (!datfile_chk) {
|
|
if (datfile_present)
|