]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- lets make is shorter
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 5 Jun 2004 14:18:53 +0000 (14:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.init -> 1.56

mysql.init

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