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/mariadb102-server | |
parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) |
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes:
svn path=/head/; revision=508835
Diffstat (limited to 'databases/mariadb102-server')
-rw-r--r-- | databases/mariadb102-server/files/pkg-message.in | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/databases/mariadb102-server/files/pkg-message.in b/databases/mariadb102-server/files/pkg-message.in index e0b900e2bc63..3f08368641a8 100644 --- a/databases/mariadb102-server/files/pkg-message.in +++ b/databases/mariadb102-server/files/pkg-message.in @@ -1,15 +1,8 @@ -************************************************************************ - -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! !! -!! The default InnoDB storage engine is no longer XtraDB, check your !! -!! configuration and switch it to InnoDB !! -!! !! -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - -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. +[ +{ type: install + message: <<EOM +The default InnoDB storage engine is no longer XtraDB, check your +configuration and switch it to InnoDB MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for my.cnf. Please move existing my.cnf files from those paths to @@ -18,5 +11,13 @@ 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 +} +{ type: upgrade + 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. +EOM +} +] |