summaryrefslogtreecommitdiff
path: root/databases/mariadb103-server/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mariadb103-server/files/pkg-message.in')
-rw-r--r--databases/mariadb103-server/files/pkg-message.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/mariadb103-server/files/pkg-message.in b/databases/mariadb103-server/files/pkg-message.in
deleted file mode 100644
index 7c02aa873dca..000000000000
--- a/databases/mariadb103-server/files/pkg-message.in
+++ /dev/null
@@ -1,20 +0,0 @@
-[
-{ type: install
- message: <<EOM
-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
-%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
-
-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
-}
-]