diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-07-04 14:59:15 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-07-04 14:59:15 +0000 |
commit | cad0f5776b4b91e1ae54f2204c5ace5910e772d0 (patch) | |
tree | cdcce0b6f0a526e4c9073caccf2042fba125f152 /databases/mysql57-server/files/mysql-server.in | |
parent | Python flexible slugify function (diff) |
Make my.cnf path correct according to hier(7), bump PORTREVISION
PR: 209579
Submitted by: mokhi64@gmail.com
Reviewed by: rootservice@gmail.com
Notes
Notes:
svn path=/head/; revision=418033
Diffstat (limited to 'databases/mysql57-server/files/mysql-server.in')
-rw-r--r-- | databases/mysql57-server/files/mysql-server.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/mysql57-server/files/mysql-server.in b/databases/mysql57-server/files/mysql-server.in index 1f57e75325b7..03c57e7d15b8 100644 --- a/databases/mysql57-server/files/mysql-server.in +++ b/databases/mysql57-server/files/mysql-server.in @@ -64,9 +64,11 @@ mysql_prestart() { if [ -f "${mysql_dbdir}/my.cnf" ]; then echo "" - echo "Please keep in mind that the default location for my.cnf will be changed" - echo "from \"%%MY_DBDIR%%/my.cnf\" to \"%%ETCDIR%%/my.cnf\" in the near" - echo "future. If you do not want to move your my.cnf to the new location then" + echo "Please keep in mind that the default location for my.cnf has changed" + echo "from \"%%MY_DBDIR%%/my.cnf\" to \"%%ETCDIR%%/my.cnf\". " + echo "Please merge your existing my.cnf with the new default and move" + echo "it to \"%%ETCDIR%%/my.cnf\"." + echo "If you do not want to move your my.cnf to the new location then" echo "you must set \"mysql_optfile\" in /etc/rc.conf to \"/var/db/mysql/my.cnf\"." echo "" fi |