freebsd-ports/security/veracrypt/files/pkg-message.in
2019-08-14 12:16:12 +00:00

18 lines
394 B
Text

[
{ type: install
message: <<EOM
1) Veracrypt needs security/sudo port to mount disk volumes. You must modify
%%PREFIX%%/etc/sudoers file to add Veracrypt user(s). Don't use root user
2) Please ensure that the fusefs kmod is loaded prior to use:
$ kldload fuse
If you want load fuse.ko on boot time, please add the following to /boot/loader.conf
fuse_load="YES"
3) Enjoy it
EOM
}
]