1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1

This commit is contained in:
monty@mysql.com
2004-03-20 12:49:17 +02:00
5 changed files with 65 additions and 39 deletions

View File

@@ -151,7 +151,7 @@ then
if [ $? -ne 0 ]
then
resolved=`$bindir/resolveip localhost 2>&1`
if [ $? -eq 0 ]
if [ $? -ne 0 ]
then
echo "Neither host '$hostname' and 'localhost' could not be looked up with"
echo "$bindir/resolveip"