diff options
author | agc <agc@pkgsrc.org> | 2008-05-09 18:37:54 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2008-05-09 18:37:54 +0000 |
commit | f3b1199e8ad7807c923a488c52626b42438ad6a1 (patch) | |
tree | da49497ea409589b278ad849775f5158d0b4f851 /bootstrap | |
parent | 8dd14e552e8407a5ee3a5020e8f40fbcd62c4294 (diff) | |
download | pkgsrc-f3b1199e8ad7807c923a488c52626b42438ad6a1.tar.gz |
Remove the text which asserts that pkgsrc cannot be used on
case-insensitive file systems - it hasn't been true for about a year.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.Darwin | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bootstrap/README.Darwin b/bootstrap/README.Darwin index 1c57b85cbfd..08a662e2d18 100644 --- a/bootstrap/README.Darwin +++ b/bootstrap/README.Darwin @@ -1,4 +1,4 @@ -$NetBSD: README.Darwin,v 1.6 2007/01/22 13:07:05 tron Exp $ +$NetBSD: README.Darwin,v 1.7 2008/05/09 18:37:54 agc Exp $ If you are using Mac OS X, please read "README.MacOSX" as well. @@ -18,7 +18,5 @@ Note: if you already have a UFS partition, or have a spare partition that you can format as UFS, use that instead of the UFS disk image. It'll be somewhat faster and will mount automatically at boot time. -You cannot use an ordinary HFS+ file system for pkgsrc, because -pkgsrc currently requires the file system to be case-sensitive. You -can, however, use a case-sensitive HFS+ file system as found in -Darwin 7.0 and newer. +You can use an ordinary HFS+ file system for pkgsrc; pkgsrc now works +fine with both case-sensitive and case-insensitive file systems. |