]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql.init
small reorganize, move slave related options together
[packages/mysql.git] / mysql.init
old mode 100644 (file)
new mode 100755 (executable)
index aa6ad32..fadce4c
@@ -5,8 +5,6 @@
 # chkconfig:   2345 84 25
 #
 # description:  A very fast and reliable SQL database engine.
-#
-# $Id$
 
 # Source function library
 . /etc/rc.d/init.d/functions
@@ -666,7 +664,7 @@ case "$action" in
                        pid=$MYSQL_PID
                        nls "MySQL cluster %s, pid %s\n" "$mysqldir" "$pid"
                        [ -z "$MYSQL_SKIP_NETWORKING" ] && nls "\ttcp:%s:%s\n" "$addr" "$port"
-                       nls "\tunix:%s\n" "$socket"
+                       nls "\tunix: %s\n" "$socket"
 
                        MYSQL_SOCKET=$socket slave_status
 
@@ -699,7 +697,7 @@ case "$action" in
                                socket=${MYSQL_SOCKET:-/var/lib/mysql/mysql.sock}
                                nls "MySQL cluster %s, pid %s\n" "$mysqldir" "$pid"
                                [ -z "$MYSQL_SKIP_NETWORKING" ] && nls "\ttcp:%s:%s\n" "$addr" "$port"
-                               nls "\tunix:%s\n" "$socket"
+                               nls "\tunix: %s\n" "$socket"
 
                                MYSQL_SOCKET=$socket slave_status
 
This page took 0.027053 seconds and 4 git commands to generate.