diff options
author | jmz <jmz@FreeBSD.org> | 2000-11-26 12:14:05 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-11-26 12:14:05 +0800 |
commit | 5501b8e9fb0e3b3c0b968feada27f97b69477623 (patch) | |
tree | d06512d209ce1bcf51e40315194cd1100bf155b5 | |
parent | 93eb645323d10f7239821eb588e0af0086dcf3ad (diff) | |
download | freebsd-ports-gnome-5501b8e9fb0e3b3c0b968feada27f97b69477623.tar.gz freebsd-ports-gnome-5501b8e9fb0e3b3c0b968feada27f97b69477623.tar.zst freebsd-ports-gnome-5501b8e9fb0e3b3c0b968feada27f97b69477623.zip |
Patch mformat.c: replace "/etc/mtools" with "/etc/mtools.conf"
PR: ports/20999
Submitted by: Jimmy Olgeni <olgeni@uli.it>
-rw-r--r-- | emulators/mtools/files/patch-h | 18 |
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); + } |