diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
commit | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /sysutils/fusefs-sqlfs | |
parent | Convert to UCL & cleanup pkg-message (categories [p-r]) (diff) |
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes:
svn path=/head/; revision=508909
Diffstat (limited to 'sysutils/fusefs-sqlfs')
-rw-r--r-- | sysutils/fusefs-sqlfs/pkg-message | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/fusefs-sqlfs/pkg-message b/sysutils/fusefs-sqlfs/pkg-message index dacb37bc338c..7d5fccea8529 100644 --- a/sysutils/fusefs-sqlfs/pkg-message +++ b/sysutils/fusefs-sqlfs/pkg-message @@ -1,5 +1,6 @@ -============================================================================== - +[ +{ type: install + message: <<EOM Now sqlfs filesystem is installed. You can mount it by issuing % sqlfs -o /path/to/sqlite/database /path/to/mountpoint @@ -7,5 +8,6 @@ You can mount it by issuing Alternatively you can supply database name via SQLFS_DBNAME env variable For additional information see supplied documentation. - -============================================================================== +EOM +} +] |