opnsense-ports/sysutils/fusefs-webdavfs/files/pkg-message.in
Franco Fichtner 130d46cc0c */*: sync with upstream
Taken from: FreeBSD
2022-03-17 14:33:31 +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
}
]