diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 08:21:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 08:21:12 +0000 |
commit | 3bb068c744f065f5be2131636ec14104fcc5b615 (patch) | |
tree | e308c9234d79376833efd7d6088780c5007937ec /emulators/mtools | |
parent | 4f456fbcd6393a6ceef42bd478a02ff0be286c89 (diff) | |
download | ports-3bb068c744f065f5be2131636ec14104fcc5b615.tar.gz ports-3bb068c744f065f5be2131636ec14104fcc5b615.zip |
mkdosfs has been renamed to newfs_msdos.
PR: 12700
Submitted by: Phillip Musumeci <phillip@mirriwinni.cse.rmit.edu.au>
Notes
Notes:
svn path=/head/; revision=24239
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/files/patch-2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/mtools/files/patch-2 b/emulators/mtools/files/patch-2 index 9ba7fe33cf72..aeef644759c6 100644 --- a/emulators/mtools/files/patch-2 +++ b/emulators/mtools/files/patch-2 @@ -1,5 +1,5 @@ ---- mtools.conf.orig Sun Jan 4 01:29:32 1998 -+++ mtools.conf Thu May 7 01:35:37 1998 +--- mtools.conf.orig Sun Jan 4 03:29:32 1998 ++++ mtools.conf Tue Dec 28 12:57:49 1999 @@ -1,6 +1,74 @@ # Example mtools.conf files. Uncomment the lines which correspond to # your architecture and comment out the "SAMPLE FILE" line below @@ -9,7 +9,7 @@ +# devices named here in order to access the DOS file systems. You might give +# ALL USERS access to ALL FLOPPY DISKS via the command +# -+# chmod a+rw /dev/*fd* ++# chmod a+rw /dev/*fd* /dev/rfd[0-9]* +# +# or you might give SPECIFIC GROUP MEMBERS access to a PARTICULAR FLOPPY DISK +# via the commands @@ -23,11 +23,11 @@ +# +# Example: To prepare drive A: for use as a 1.44M floppy on FreeBSD: +# [1] low level format with ......... fdformat /dev/rfd0.1440 -+# [2] write a file system with ...... mkdosfs -f 1440 /dev/rfd0 ++# [2] write a file system with ...... newfs_msdos -f 1440 /dev/rfd0 +# [3] then use mcopy/mdir etc. in the usual way. +# +# The mformat command could also be used to build the DOS file system -+# in place of mkdosfs. ++# in place of newfs_msdos. + +# # FreeBSD floppy drives +drive a: file="/dev/rfd0" @@ -51,7 +51,7 @@ +# +# Example: To prepare and use a 720K floppy on FreeBSD: +# [1] low level format with ......... fdformat /dev/rfd0.720 -+# [2] write a file system with ...... mkdosfs -f 720 /dev/fd0 ++# [2] write a file system with ...... newfs_msdos -f 720 /dev/fd0 +# [3] then use mcopy/mdir etc. in the usual way. +# +drive s: file="/dev/rfd0.720" |