1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 21:06:37 +02:00

BUILD : 1.7.8 (659) BUGS : N/A NOTES : dbgen script will now accept a blank sql pass if you tell it too...

git-svn-id: svn://svn.anope.org/anope/trunk@659 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@507 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-04-11 20:09:26 +00:00
parent 6f25f8bbce
commit d8535cddda
2 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -65,12 +65,14 @@ echo "What is your MySQL password?"
echo $n "-> $c"
stty -echo echonl
read cc
SQLPASS_PREFIX=""
if [ ! -z "$cc" ] ; then
SQLPASS_PREFIX="-p"
SQLPASS=$cc
fi
stty $OLD_TTY
mysqlshow -h$SQLHOST -u$SQLUSER >/dev/null 2>&1
mysqlshow -h$SQLHOST -u$SQLUSER $SQLPASS_PREFIX$SQLPASS >/dev/null 2>&1
if test "$?" = "1" ; then
echo "Error: Unable to login, verify your login/password and hostname"
exit
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
VERSION_BUILD="658"
VERSION_BUILD="659"
# $Log$
#
# BUILD : 1.7.8 (659)
# BUGS : N/A
# NOTES : dbgen script will now accept a blank sql pass if you tell it too...
#
# BUILD : 1.7.8 (658)
# BUGS : 658
# NOTES : Applied qa patch for bug 658