diff options
author | imura <imura@FreeBSD.org> | 2000-10-07 15:34:21 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-10-07 15:34:21 +0000 |
commit | b910a22b7d1b6b9acbe96bd5c62b242dc8581b69 (patch) | |
tree | 1a45795237a5316a076f8649f4af4d44a0df1bc1 /japanese/msdosfs/pkg-descr | |
parent | bfc1c4f2f24294d90adcf97626685bfe116be6b9 (diff) | |
download | FreeBSD-ports-b910a22b7d1b6b9acbe96bd5c62b242dc8581b69.zip FreeBSD-ports-b910a22b7d1b6b9acbe96bd5c62b242dc8581b69.tar.gz |
Add new port: ja-msdosfs - mounts japanese FAT.
Be sure to edit ${FILESDIR}/revlist if you modify this
port and sync with the kernel.
Diffstat (limited to 'japanese/msdosfs/pkg-descr')
-rw-r--r-- | japanese/msdosfs/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/japanese/msdosfs/pkg-descr b/japanese/msdosfs/pkg-descr new file mode 100644 index 0000000..10b3dcc --- /dev/null +++ b/japanese/msdosfs/pkg-descr @@ -0,0 +1,9 @@ +You can mount a Japanese FAT file system via "mount_jamsdos" command. +Be sure that "msdos_ja.ko" is already dynamically linked into the +kernal before you type "mount_jamsdos" (see kldstat(8)). + +The author is Toshihiko Arai <toshi@FreeBSD.org>. + +WWW: http://www.linkclub.or.jp/~clover/msdosfs.html + +- R. Imura <imura@FreeBSD.org> |