ports/filesystems/unionfs/files/pkg-message.in
Mateusz Piotrowski e3b4d14a72 filesystems/unionfs: Update pkg-message
It is fusefs now.

PR:		285529
Reported by:	Sergey Kiselev <root@dc365.ru>
Reported by:	arrowd
2025-05-09 17:28:10 +02:00

25 lines
527 B
Plaintext

[
{ type: install
message: <<EOM
You will need to load the kernel module fusefs(4) to use this package. To load
it when system starts, add "fusefs" to "kld_list" in rc.conf(5).
For example, you can use sysrc(8):
sysrc kld_list+="fusefs"
To load the module immediately, use:
kldload fusefs
If you want unprivileged users to be able to use unionfs(8),
add the following sysctl.conf(5):
vfs.usermount=1
Or run sysctl(8) directly on the command-line for an immediate effect:
sysctl vfs.usermount=1
EOM
}
]