freebsd-ports/sysutils/sformat/files/patch-TARGETS::Targetdirs
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

9 lines
403 B
Text

--- TARGETS/Targetdirs.orig Mon Dec 16 15:33:41 2002
+++ TARGETS/Targetdirs Mon Dec 16 15:34:30 2002
@@ -1,5 +1,4 @@
#ident %W% %E% %Q%
###########################################################################
-DIRS= patches conf inc lib libdeflt libscg librscg \
- sformat rscsi man
+DIRS= conf inc lib libscg sformat
###########################################################################