[Lunar-commits] <moonbase> mysql: Minor POST_INSTALL fix

Stefan Wold ratler at lunar-linux.org
Fri Feb 26 12:18:59 CET 2010


commit 224442b5284f8e77d9b5622b79625ef961123af7
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Fri Feb 26 07:01:30 2010 +0100

    mysql: Minor POST_INSTALL fix
---
 sql/mysql/POST_INSTALL |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/sql/mysql/POST_INSTALL b/sql/mysql/POST_INSTALL
index 5c48681..d8d4ef7 100644
--- a/sql/mysql/POST_INSTALL
+++ b/sql/mysql/POST_INSTALL
@@ -1,7 +1,6 @@
-if ! grep  -q  "\--without-server" $MODULE_CONFIG; then
-  mysql_install_db &&
-  chown  -R  mysql.mysql  /var/lib/mysql/
-fi
+
+mysql_install_db &&
+chown -R mysql.mysql /var/lib/mysql/
 
 if mount | grep "/tmp" | grep -q tmpfs ; then
   message ""


More information about the Lunar-commits mailing list