summaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-25 23:01:13 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-25 23:01:13 +0000
commit79c900d0f74ff7f85c36e865ca65fb138ad1cfb0 (patch)
treec906384f4b6de4c777f322ad8f40ba4930320e44 /emulators/mtools
parentUpdate to latest, and apply a patch to fix the spawning of new browser (diff)
Doc fix.
Submitted by: Martin Kammerhofer <mkamm@sbox.tu-graz.ac.at>
Notes
Notes: svn path=/head/; revision=45492
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile2
-rw-r--r--emulators/mtools/files/patch-26
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 93adc15f3132..6b0cab4b106d 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mtools
PORTVERSION= 3.9.7
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
http://mtools.linux.lu/
diff --git a/emulators/mtools/files/patch-2 b/emulators/mtools/files/patch-2
index c52387bb0324..f443df2a58d4 100644
--- a/emulators/mtools/files/patch-2
+++ b/emulators/mtools/files/patch-2
@@ -33,13 +33,13 @@
+drive a: file="/dev/fd0"
+drive b: file="/dev/fd1"
+
-+# Drive T: is a 1.72M floppy format with 80 cylinders, double sided (2 heads),
-+# and 43 sectors of size 256 bytes per track. It uses the same
++# Drive T: is a 1.72M floppy format with 82 cylinders, double sided (2 heads),
++# and 21 sectors of size 512 bytes per track. It uses the same
+# floppy disk drive (fd0) as drive A: above.
+#
+# Example: To prepare and use a 1.72M floppy on FreeBSD:
+# [1] low level format with ......... fdformat /dev/fd0.1720
-+# [2] write a file system with ...... mformat -t 80 -h 2 -s 43 -S 1 t:
++# [2] write a file system with ...... mformat -t 82 -h 2 -n 21 t:
+# [3] then use mcopy/mdir etc. in the usual way.
+#
+# The above note on access permissions applies to /dev/fd0.1720 as well.