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/mariadb101-server | |
| parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) | |
Convert to UCL & cleanup pkg-message (categories d)
Diffstat (limited to 'databases/mariadb101-server')
| -rw-r--r-- | databases/mariadb101-server/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/mariadb101-server/files/pkg-message.in b/databases/mariadb101-server/files/pkg-message.in index b49d42074149..b9f6fea20baf 100644 --- a/databases/mariadb101-server/files/pkg-message.in +++ b/databases/mariadb101-server/files/pkg-message.in @@ -1,5 +1,6 @@ -************************************************************************ - +[ +{ type: install + message: <<EOM Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag) the first time you start the MySQL server after an upgrade from an earlier version. @@ -11,5 +12,6 @@ my.cnf. Please move existing my.cnf files from those paths to This port does NOT include the mytop perl script, this is included in the MariaDB tarball but the most recent version can be found in the databases/mytop port - -************************************************************************ +EOM +} +] |
