]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- cosmetic
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 11 Jan 2005 19:34:16 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.init -> 1.73

mysql.init

index c0db326b37ead010c76e6202e8379bb45b008732..ac1e17d5c9b01a49a3467aaeb14508378a8fa1f6 100644 (file)
@@ -26,7 +26,7 @@ if [ -n "$MYSQL_DB_CLUSTERS" ]; then
        nls "Warning: MYSQL_DB_CLUSTERS is set. It's obsolete. Use %s instead." /etc/mysql/clusters.conf
 fi
 
-[ -f /etc/mysql/clusters.conf ]&& MYSQL_DB_CLUSTERS=$(grep -v '^#' /etc/mysql/clusters.conf | cut -s -f 2 -d '=')
+[ -f /etc/mysql/clusters.conf ] && MYSQL_DB_CLUSTERS=$(grep -v '^#' /etc/mysql/clusters.conf | cut -s -f 2 -d '=')
 
 if [ -z "$MYSQL_DB_CLUSTERS"  ]; then
        nls "Warning: Missing clusters config file %s" /etc/mysql/clusters.conf
This page took 0.036369 seconds and 4 git commands to generate.