diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-04-28 15:19:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-04-28 15:19:58 +0000 |
commit | 985736c85ca57f34a444af110176e93138785f46 (patch) | |
tree | 40bc8dfe571f30e07e580b1d0ae7227f9f916e60 /japanese/mtools/files/patch-2 | |
parent | Added LIB_DEPENDS for xpm. (diff) |
Tools for manipulating MSDOS files + support 1232KB , Unicode LFN, SJIS
Submitted by: WTANABE Junya <junya-w@remus.dti.ne.jp>
PR: ports/4707
Diffstat (limited to 'japanese/mtools/files/patch-2')
-rw-r--r-- | japanese/mtools/files/patch-2 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/japanese/mtools/files/patch-2 b/japanese/mtools/files/patch-2 new file mode 100644 index 000000000000..bfccda0863fe --- /dev/null +++ b/japanese/mtools/files/patch-2 @@ -0,0 +1,25 @@ +*** mtools.conf~ Wed Jan 31 22:02:11 1996 +--- mtools.conf Mon May 27 05:03:09 1996 +*************** +*** 2,11 **** + drive b: file="/dev/fd1" exclusive + + # First SCSI hard disk partition +! drive c: file="/dev/sda1" + + # First IDE hard disk partition +! #drive c: file="/dev/hda1" + + #dosemu floppy image + drive m: file="/var/lib/dosemu/diskimage" +--- 2,11 ---- + drive b: file="/dev/fd1" exclusive + + # First SCSI hard disk partition +! drive c: file="/dev/sd0s1" + + # First IDE hard disk partition +! #drive c: file="/dev/wd0s1" + + #dosemu floppy image + drive m: file="/var/lib/dosemu/diskimage" |