diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /databases/geoserver-mysql-plugin | |
parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) |
Convert to UCL & cleanup pkg-message (categories d)
Diffstat (limited to 'databases/geoserver-mysql-plugin')
-rw-r--r-- | databases/geoserver-mysql-plugin/files/pkg-message.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/geoserver-mysql-plugin/files/pkg-message.in b/databases/geoserver-mysql-plugin/files/pkg-message.in index 1aaf5d30f86d..a27deb946b56 100644 --- a/databases/geoserver-mysql-plugin/files/pkg-message.in +++ b/databases/geoserver-mysql-plugin/files/pkg-message.in @@ -1,9 +1,10 @@ - -=============================================================================== - +[ +{ type: install + message: <<EOM A MySQL DataStore implementation was installed, please restart GeoServer. MySQL should now show up as an option in the GeoServer web admin tool at Config -> Data -> DataStores -> New. Fill out the appropriate params. - -=============================================================================== +EOM +} +] |