ports/sysutils/fusefs-ntfs/files/pkg-message.in
Alexey Dokuchaev fbf944ca9e sysutils/fusefs-ntfs: actualize pkg-message.in and README.FreeBSD
- Mention the necessity of fusefs(5) support in the kernel and
  how to enable it at the system startup time
- Remove outdated URLs and references from the FreeBSD-specific
  README file; drop the ``Reporting bugs'' section completely as
  most of it does not reflect modern reality or is simply banal

PR:	264478, 264479
2022-06-06 09:06:08 +00:00

13 lines
430 B
Text

[
{ type: install
message: <<EOM
NTFS-3G has been installed. It requires fusefs(5) support to operate,
so issue the ``kldload fusefs'' command or ``sysrc kld_list+=fusefs''
to make it load automatically when the system starts.
For further information, implementation details, and known issues see
the FreeBSD README (%%DOCSDIR%%/README.FreeBSD) in
addition to the official README (contains some Linux-specific parts).
EOM
}
]