diff options
author | Dan Langille <dvl@FreeBSD.org> | 2017-01-16 03:14:54 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2017-01-16 03:14:54 +0000 |
commit | de5844a4cf946ba22d272a8894543c8c3199b771 (patch) | |
tree | ce8359e66c4782bb6d134d6e1db03da40a909a85 /UPDATING | |
parent | f713c02ed6d82d44393d9e5941300f07913cc9ce (diff) |
Add patches missing from previous commit.
Add note to pkg-message about my.cnf
Add not to UPGRADING about my.cnf
Bump PORTREVISION
Submitted by: Larry Rosenman <ler@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=431614
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170115: + AFFECTS: users of net-mgmt/librenms + AUTHOR: dvl@FreeBSD.org + + The following is recommended for /var/db/mysql/my.cnf + + [mysqld] + innodb_file_per_table=1 + sql-mode="" + 20170109: AFFECTS: users of lang/ruby22 AUTHOR: swills@FreeBSD.org |