diff options
| author | Adam <Adam@anope.org> | 2010-10-30 19:41:13 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-10-30 19:41:13 -0400 |
| commit | fb9f41b3e52cfddada7773a65b9723cd3a96b785 (patch) | |
| tree | bd97f21b4a5098d43f2a680ae09136f3e0ef6bb5 /src/bin/mydbgen | |
| parent | a7e5d51616363214d391500b2d9d647379fba833 (diff) | |
Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext.
Fixed m_mysql and m_ssl to work under Windows, made the Windows Config
program remember the last used options, and fixed Windows release builds.
Diffstat (limited to 'src/bin/mydbgen')
| -rwxr-xr-x | src/bin/mydbgen | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/bin/mydbgen b/src/bin/mydbgen index 7e3d1929b..12bee8063 100755 --- a/src/bin/mydbgen +++ b/src/bin/mydbgen @@ -138,16 +138,7 @@ if test "x$FAILED" = "x" ; then echo "" echo "Your MySQL setup is complete and your Anope schema is up to date. Make" echo "sure you configure MySQL on your services.conf file prior to launching" - echo "Anope with MySQL support. Your configuration values are:" - echo "" - echo "mysql" - echo "{" - echo " database = \"$SQLDB\"" - echo " server = \"$SQLHOST\"" - echo " username = \"$SQLUSER\"" - echo " password = \"$SQLPASS\"" - echo " port = \"$SQLPORT\"" - echo "}" + echo "Anope with MySQL support." echo "" else echo "The following operations failed:" |
