1455db262d
Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 17 2000 Trond Eivind Glomsrod <teg@redhat.com> - specify ownership Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com> - Version 3.9.7 - use %{_mandir}, %{_makeinstall}, %configure, %makeinstall and %{_tmppath} Wed Feb 09 2000 Cristian Gafton <gafton@redhat.com> - get rid of mtools.texi as a doc file (we have the info file) - fix config file so mtools work (#9264) - fix references to the config file to be /etc/mtools.conf Fri Feb 04 2000 Bill Nottingham <notting@redhat.com> - expunge floppyd Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com> - man pages are compressed - fix description - version 3.9.6 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com> - patch to make the texi sources compile - fix the spec file group and description - fixed floppy drive sizes Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com> - build for 6.0 - fixed invalid SAMPLE_FILE configuration file Wed Sep 02 1998 Michael Maher <mike@redhat.com> - Built package for 5.2. - Updated Source to 3.9.1. - Cleaned up spec file. Fri Apr 24 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com> - updated to 3.8 Tue Oct 21 1997 Otto Hammersmith - changed buildroot to /var/tmp, rather than /tmp - use install-info Mon Jul 21 1997 Erik Troan <ewt@redhat.com> - built against glibc Thu Apr 17 1997 Erik Troan <ewt@redhat.com> - Changed sysconfdir to be /etc Mon Apr 14 1997 Michael Fulbright <msf@redhat.com> - Updated to 3.6
35 lines
1.0 KiB
Diff
35 lines
1.0 KiB
Diff
--- mtools-3.9.6/mtools.conf.fixes Sun Jan 4 04:29:32 1998
|
|
+++ mtools-3.9.6/mtools.conf Wed Feb 9 11:41:36 2000
|
|
@@ -1,22 +1,21 @@
|
|
# Example mtools.conf files. Uncomment the lines which correspond to
|
|
# your architecture and comment out the "SAMPLE FILE" line below
|
|
-SAMPLE FILE
|
|
|
|
-# # Linux floppy drives
|
|
-# drive a: file="/dev/fd0" exclusive
|
|
-# drive b: file="/dev/fd1" exclusive
|
|
+# Linux floppy drives
|
|
+drive a: file="/dev/fd0" exclusive 1.44m mformat_only
|
|
+drive b: file="/dev/fd1" exclusive 1.44m mformat_only
|
|
|
|
-# # First SCSI hard disk partition
|
|
-# drive c: file="/dev/sda1"
|
|
+# First SCSI hard disk partition
|
|
+#drive c: file="/dev/sda1"
|
|
|
|
-# # First IDE hard disk partition
|
|
-# drive c: file="/dev/hda1"
|
|
+# First IDE hard disk partition
|
|
+#drive c: file="/dev/hda1"
|
|
|
|
# # dosemu floppy image
|
|
# drive m: file="/var/lib/dosemu/diskimage"
|
|
|
|
-# # dosemu hdimage
|
|
-# drive n: file="/var/lib/dosemu/diskimage" offset=3840
|
|
+# dosemu hdimage
|
|
+drive n: file="/var/lib/dosemu/hdimage" offset=8832
|
|
|
|
# # Atari ramdisk image
|
|
# drive o: file="/tmp/atari_rd" offset=136
|