ports/sysutils/fusefs-sqlfs/pkg-message
2019-08-14 12:16:12 +00:00

13 lines
292 B
Text

[
{ type: install
message: <<EOM
Now sqlfs filesystem is installed.
You can mount it by issuing
% sqlfs -o /path/to/sqlite/database /path/to/mountpoint
Alternatively you can supply database name via SQLFS_DBNAME env variable
For additional information see supplied documentation.
EOM
}
]