diff options
Diffstat (limited to 'filesystems/ntfs/files/pkg-message.in')
-rw-r--r-- | filesystems/ntfs/files/pkg-message.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/ntfs/files/pkg-message.in b/filesystems/ntfs/files/pkg-message.in new file mode 100644 index 000000000000..dad797469e8e --- /dev/null +++ b/filesystems/ntfs/files/pkg-message.in @@ -0,0 +1,13 @@ +[ +{ 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 +} +] |