diff options
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" |