summaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-11-26 04:14:05 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-11-26 04:14:05 +0000
commitfff57c6f931501440ca6089656fab99893abda86 (patch)
treebb4c8e58626b267406164e1dae5bb4a57518eba1 /emulators/mtools
parentAdd mformat.c to the list of files processed by sed, so that it can correctly (diff)
Patch mformat.c: replace "/etc/mtools" with "/etc/mtools.conf"
PR: ports/20999 Submitted by: Jimmy Olgeni <olgeni@uli.it>
Notes
Notes: svn path=/head/; revision=35426
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/files/patch-h18
1 files changed, 18 insertions, 0 deletions
diff --git a/emulators/mtools/files/patch-h b/emulators/mtools/files/patch-h
new file mode 100644
index 000000000000..210da92312b8
--- /dev/null
+++ b/emulators/mtools/files/patch-h
@@ -0,0 +1,18 @@
+--- mformat.c~ Thu Jun 1 22:49:28 2000
++++ mformat.c Sun Nov 26 05:05:27 2000
+@@ -355,13 +355,13 @@
+
+ if ( Fs->num_clus > FAT12 && Fs->fat_bits == 12 ){
+ fprintf(stderr,"Too many clusters for this fat size."
+- " Please choose a 16-bit fat in your /etc/mtools"
++ " Please choose a 16-bit fat in your /etc/mtools.conf"
+ " or .mtoolsrc file\n");
+ exit(1);
+ }
+ if ( Fs->num_clus <= FAT12 && Fs->fat_bits > 12 ){
+ fprintf(stderr,"Too few clusters for this fat size."
+- " Please choose a 12-bit fat in your /etc/mtools"
++ " Please choose a 12-bit fat in your /etc/mtools.conf"
+ " or .mtoolsrc file\n");
+ exit(1);
+ }