SOURCES: mysql.init - use show function

glen glen at pld-linux.org
Mon Feb 13 19:06:52 CET 2006


Author: glen                         Date: Mon Feb 13 18:06:52 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use show function

---- Files affected:
SOURCES:
   mysql.init (1.91 -> 1.92) 

---- Diffs:

================================================================
Index: SOURCES/mysql.init
diff -u SOURCES/mysql.init:1.91 SOURCES/mysql.init:1.92
--- SOURCES/mysql.init:1.91	Mon Feb 13 17:46:33 2006
+++ SOURCES/mysql.init	Mon Feb 13 19:06:47 2006
@@ -859,7 +859,7 @@
 	status mysqld
 	for mysqldir in $DB_CLUSTERS; do
 		mysqlstatus "$mysqldir"
-		echo -n "MySQL cluster $mysqldir"
+		show "MySQL cluster %s" "$mysqldir"
 		if [ "$MYSQL_STATUS" = "running" ]; then
 			progress "$MYSQL_STATUS"
 		else
================================================================

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



More information about the pld-cvs-commit mailing list