SOURCES: mysql.init - ok, check for mysql.host table as previous c...

glen glen at pld-linux.org
Thu Mar 8 16:19:42 CET 2007


Author: glen                         Date: Thu Mar  8 15:19:42 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ok, check for mysql.host table as previous changelog said so

---- Files affected:
SOURCES:
   mysql.init (1.109 -> 1.110) 

---- Diffs:

================================================================
Index: SOURCES/mysql.init
diff -u SOURCES/mysql.init:1.109 SOURCES/mysql.init:1.110
--- SOURCES/mysql.init:1.109	Thu Mar  8 16:19:01 2007
+++ SOURCES/mysql.init	Thu Mar  8 16:19:36 2007
@@ -401,7 +401,7 @@
 	ok=0
 	/usr/sbin/mysqld --bootstrap --skip-grant-tables \
 		--datadir=$MYSQL_DATA_DIR --user=$MYSQL_USER < $MYSQL_DATA_DIR/mysql-init.sql && ok=1
-	[ -f $MYSQL_DATA_DIR/mysql/user.frm ] || ok=0
+	[ -f $MYSQL_DATA_DIR/mysql/host.frm ] || ok=0
 	if [ "$ok" = 1 ]; then
 		rm -f $MYSQL_DATA_DIR/mysql-init.sql
 	    ok
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysql.init?r1=1.109&r2=1.110&f=u



More information about the pld-cvs-commit mailing list