]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- ups
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 6 Sep 2004 23:13:12 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.init -> 1.67

mysql.init

index b5f16f2fa0924151b43806323111fc3987a50816..ea97cfba2ac40b03133ccbe37501b09c202f5641 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 '^#' | cut -s -f 2 -d '=' /etc/mysql/clusters.conf)
+[ -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.06945 seconds and 4 git commands to generate.