From 196f1050f1c883f5f09763b1797336a9f9300db4 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Fri, 22 Aug 2014 09:25:01 +0800 Subject: mariadb: change the group of /var/lib/mysql from 'nogroup' to 'mysql'. The commit 8f637f9bbcdda1dc7a1998d243708c727aa6016f added mysql group, we should change the group of /var/lib/mysql from 'nogroup' to 'mysql' also. Signed-off-by: Hongxu Jia Signed-off-by: Martin Jansa --- meta-oe/recipes-support/mysql/mariadb_5.5.38.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/mysql/mariadb_5.5.38.inc b/meta-oe/recipes-support/mysql/mariadb_5.5.38.inc index 8a738336f1..06c7ababd3 100644 --- a/meta-oe/recipes-support/mysql/mariadb_5.5.38.inc +++ b/meta-oe/recipes-support/mysql/mariadb_5.5.38.inc @@ -123,7 +123,7 @@ pkg_postinst_${PN}-server () { test -d /usr/bin || mkdir -p /usr/bin test -e /usr/bin/hostname || ln -s /bin/hostname /usr/bin/hostname mkdir /var/lib/mysql - chown mysql.nogroup /var/lib/mysql + chown mysql.mysql /var/lib/mysql mysql_install_db --basedir=${prefix} --user=mysql -- cgit 1.2.3-korg