freebsd-ports/sysutils/sformat/files/patch-sformat::datio.c
Alexander Leidinger 772906abd2 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
2003-01-02 15:07:43 +00:00

15 lines
273 B
C

--- sformat/datio.c.orig Mon Dec 16 16:04:37 2002
+++ sformat/datio.c Mon Dec 16 16:05:11 2002
@@ -81,11 +81,7 @@
char *datpath[] = {
"",
- "/opt/schily/etc/",
- "/usr/bert/etc/",
- "/etc/",
- "/usr/etc/",
- "/opt/schily/etc/",
+ "%%DATADIR%%/",
NULL
};