aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-30 10:03:25 +0800
committerobrien <obrien@FreeBSD.org>2001-09-30 10:03:25 +0800
commit77fd81415c934d2cdca4e02c85be1ab1ef78d29c (patch)
tree50420551ff7263dbee85535caf8355a27f591e76 /emulators
parent5c61a23952ac5283f7280cce0622084de28d7c72 (diff)
downloadfreebsd-ports-gnome-77fd81415c934d2cdca4e02c85be1ab1ef78d29c.tar.gz
freebsd-ports-gnome-77fd81415c934d2cdca4e02c85be1ab1ef78d29c.tar.zst
freebsd-ports-gnome-77fd81415c934d2cdca4e02c85be1ab1ef78d29c.zip
Fix typo where the SCSI disk was refered to as `ad0'.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mtools/files/patch-24
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mtools/files/patch-2 b/emulators/mtools/files/patch-2
index f443df2a58d4..51c3804452ce 100644
--- a/emulators/mtools/files/patch-2
+++ b/emulators/mtools/files/patch-2
@@ -67,8 +67,8 @@
+drive m: file="/dev/afd0" exclusive mformat_only cylinders=80 heads=2 sectors=18
+
+# SCSI hard disks
-+# first disk (sd0) slice 1 (s1)
-+#drive c: file="/dev/ad0s1"
++# first disk (da0) slice 1 (s1)
++#drive c: file="/dev/da0s1"
+
+# IDE hard disks
+# first disk on the first IDE interface (wd0) slice 1 (s1)