diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-10-26 04:46:46 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-10-26 04:46:46 +0000 |
commit | 50aa881b0c4b6a192d32fe18fcd28a746c826dc8 (patch) | |
tree | 635be654ae2802981e5dd26f7fd6bcd91da6e978 | |
parent | math/reduce-psl: update to version 20220617 (diff) |
sysutils/fusefs-ntfs: do not mention every supported Windows version
Today "Windows XP and later" practically means any version, there is
not much sense trying to list every supported system explicitly, and
it's hard to keep this list accurate and up-to-date.
PR: 260945
-rw-r--r-- | sysutils/fusefs-ntfs/pkg-descr | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/fusefs-ntfs/pkg-descr b/sysutils/fusefs-ntfs/pkg-descr index 580dc401431c..539b307f498c 100644 --- a/sysutils/fusefs-ntfs/pkg-descr +++ b/sysutils/fusefs-ntfs/pkg-descr @@ -1,6 +1,4 @@ -The ntfs-3g driver is an open source, freely available read/write NTFS -driver, which provides safe and fast handling of the Windows XP, Windows -Server 2003, Windows 2000, Windows Vista, Windows Server 2008, Windows 7 -and Windows 8 NTFS file systems. Almost the full POSIX filesystem -functionality is supported, the major exceptions are changing the file -ownerships and the access rights. +The ntfs-3g driver is an open-source, freely available read/write NTFS +driver which provides safe and fast handling of the Windows NTFS file +systems. Almost the full POSIX filesystem functionality is supported, +the major exceptions are changing file ownership and the access rights. |