]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- indentations.
authorkloczek <kloczek@pld-linux.org>
Tue, 25 Feb 2003 23:19:10 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.init -> 1.28

mysql.init

index 2da865678f609a4c4748313c2bd88b3b0f6ec0a4..1956d20e4911915076b93989b955f16466d094ca 100644 (file)
@@ -30,8 +30,8 @@ fi
 
 # Daemon doesn't die if config doesn't exist
 if [ ! -f $MYSQLD_CONFIG ]; then 
-    echo "MySQL config $MYSQLD_CONFIG does not exist"
-    exit 1
+       echo "MySQL config $MYSQLD_CONFIG does not exist"
+       exit 1
 fi
 
 eval `awk '
@@ -54,15 +54,15 @@ END {
 ' /etc/mysqld.conf`
 
 if [ -z $MYSQL_DATA_DIR ]; then 
-    echo "MySQL datadir $MYSQL_DATA_DIR not configured properly!"
-    echo "Edit $MYSQLD_CONFIG and configure it."
-    exit 1
+       echo "MySQL datadir $MYSQL_DATA_DIR not configured properly!"
+       echo "Edit $MYSQLD_CONFIG and configure it."
+       exit 1
 fi
 
 if [ -z $MYSQL_USER ]; then 
-    echo "MySQL user not configured properly!"
-    echo "Edit $MYSQLD_CONFIG and configure it."
-    exit 1
+       echo "MySQL user not configured properly!"
+       echo "Edit $MYSQLD_CONFIG and configure it."
+       exit 1
 fi
 
 
@@ -335,7 +335,7 @@ mysql> show tables
 Try 'mysqld --help' if you have problems with paths. Setting on
 logging in /etc/mysqld.conf gives you a log in /var/log/mysql/log that
 may be helpful. The latest information about MySQL is available on the
-web at <http://www.mysql.com>.
+web at http://www.mysql.com/.
 
 Please check PLD ftp site for newer versions of this package.
 
This page took 0.033899 seconds and 4 git commands to generate.