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

language fix

This commit is contained in:
serg@serg.mylan
2004-07-29 23:33:23 +02:00
parent 9f4e72ecd1
commit 0d0a50ce6a

View File

@@ -143,7 +143,7 @@ then
resolved=`$bindir/resolveip localhost 2>&1`
if [ $? -ne 0 ]
then
echo "Neither host '$hostname' and 'localhost' could not be looked up with"
echo "Neither host '$hostname' nor 'localhost' could not be looked up with"
echo "$bindir/resolveip"
echo "Please configure the 'hostname' command to return a correct hostname."
echo "If you want to solve this at a later stage, restart this script with"