]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- fix error message
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 Apr 2004 10:01:20 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.init -> 1.47

mysql.init

index 5493c631fa5bd4f697917dbb96dcc6cd02707213..045bbcc1aa992bc2c4c8875f905063cbb9d0bd75 100644 (file)
@@ -134,7 +134,7 @@ END {
 
        if ! is_yes "$MYSQL_NO_CLUSTER_COMPAT"; then                    
                if [ -z "$MYSQL_PIDFILE" -o "$MYSQL_PIDFILE" != "$clusterdir/mysqldb/mysql.pid" ]; then
-                       nls "Error: pid-file specified in %s should be %s" "$config_file" "$clusterdir/mysql.pid"
+                       nls "Error: pid-file specified in %s should be %s" "$config_file" "$clusterdir/mysqldb/mysql.pid"
                        nls " MySQL can't be run."
                        exit 6
                fi
This page took 0.036237 seconds and 4 git commands to generate.