summaryrefslogtreecommitdiff
path: root/security/veracrypt/files/pkg-message.in
blob: 81309dbcef08af96af6db77093153f0733d9d21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ 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
}
]