From 772906abd25b8b6d54f94a8c2de7d1a26908d930 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Thu, 2 Jan 2003 15:07:43 +0000 Subject: From the submitter: 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 --- sysutils/sformat/files/patch-sformat::fmt.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/sformat/files/patch-sformat::fmt.c (limited to 'sysutils/sformat/files/patch-sformat::fmt.c') diff --git a/sysutils/sformat/files/patch-sformat::fmt.c b/sysutils/sformat/files/patch-sformat::fmt.c new file mode 100644 index 000000000000..27cf28ec66e6 --- /dev/null +++ b/sysutils/sformat/files/patch-sformat::fmt.c @@ -0,0 +1,11 @@ +--- 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) -- cgit v1.2.3