]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- well, don't try to execute clusters config...
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 5 Jun 2004 13:59:52 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.init -> 1.54

mysql.init

index 0a8f59ff4f16a53c4d04034c9fd57d2734c42a49..f9fc3ecc7d0180029d74e92e3c65f8df2e95a767 100644 (file)
@@ -102,7 +102,7 @@ mysqlgetconfig() {
                config_file=/etc/mysqld.conf
        fi
        
-       config=`/etc/mysql/clusters.conf | grep '$clusterdir$' | cut -s -f 1 -d '='`
+       config=`cat /etc/mysql/clusters.conf | grep '$clusterdir$' | cut -s -f 1 -d '='`
        if [ -f "$config" ]; then
                config_file=$config
        elif [ -f /etc/mysql/$config ]; then
This page took 0.080327 seconds and 4 git commands to generate.