summaryrefslogtreecommitdiff
path: root/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r4.ebuild
AgeCommit message (Collapse)Author
2022-12-04dev-db/mysql-init-scripts: stop using deprecated egrep aliasLouis Sautier
Since grep 3.8, this resulted in "egrep: warning: egrep is obsolescent; using /bin/grep -E". Signed-off-by: Louis Sautier <sbraz@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/28437
2022-05-19dev-db/mysql-init-scripts: keyword 2.3-r4 for ~loongWANG Xuerui
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
2022-04-11dev-db/mysql-init-scripts: update tmpfiles pathConrad Kostecki
The path '/var/run' is deprecated, as the following message is being shown: /usr/lib/tmpfiles.d/mysql.conf:1: Line references path below legacy directory /var/run/, updating /var/run/mysqld /run/mysqld; please update the tmpfiles.d/ drop-in file accordingly. Closes: https://github.com/gentoo/gentoo/pull/24947 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>