ports/security/veracrypt/files/pkg-message.in
Jose Alonso Cardenas Marquez f2027fc22e security/veracrypt: Improve pkg-message
- Change fuse/fusefs and other minor changes
- Bump PORTREVISION
PR:		259612
Reported by:	Luca Ferrari <fluca1978  __at__ gmail.com>
2021-11-05 12:21:39 -05:00

20 lines
425 B
Text

[
{ type: install
message: <<EOM
Veracrypt was installed
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 fusefs
If you want load fusefs.ko on boot time, please add the following to /boot/loader.conf
fusefs_load="YES"
3) Enjoy it
EOM
}
]