From a2e045276140813d197d5eb341bb583dc76cac41 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Thu, 7 Apr 2022 21:00:48 +0200 Subject: dev-db/mysql-init-scripts: update tmpfiles path 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 --- dev-db/mysql-init-scripts/files/mysql.conf | 1 - 1 file changed, 1 deletion(-) delete mode 100644 dev-db/mysql-init-scripts/files/mysql.conf (limited to 'dev-db/mysql-init-scripts/files/mysql.conf') diff --git a/dev-db/mysql-init-scripts/files/mysql.conf b/dev-db/mysql-init-scripts/files/mysql.conf deleted file mode 100644 index 74cd5f836e76..000000000000 --- a/dev-db/mysql-init-scripts/files/mysql.conf +++ /dev/null @@ -1 +0,0 @@ -d /var/run/mysqld 0755 mysql mysql - -- cgit v1.2.3