freebsd-ports/sysutils/fusefs-webdavfs/files/pkg-message.in
Fernando Apesteguía 15865bdb62 */*: Use fusefs.ko instead of old fuse.ko
In several installation messages.

Bumping PORTEREVISION since this is something an end user would like know about.

PR:	262246
Reported by:	obiwac@gmail.com
2022-03-16 12:20:03 +01:00

10 lines
339 B
Text

[
{ type: install
message: <<EOM
Make sure you have fusefs.ko loaded then use mount.webdavfs command
or add an entry to the /etc/fstab such as:
https://webdav.server.net/path /mnt/path fusefs rw,late,mountprog=%%PREFIX%%/sbin/mount_webdavfs,username=login,password=pass,-F=/var/tmp/trace.log,-T=webdav,-T=httpreq,-T=httphdr 0 0
EOM
}
]