summaryrefslogtreecommitdiffstats
path: root/rasmgr/rasmgr_main.cc
diff options
context:
space:
mode:
authorPeter Baumann <baumann@rasdaman.org>2009-08-27 15:48:44 +0200
committerPeter Baumann <baumann@rasdaman.org>2009-08-27 15:48:44 +0200
commite79ba2820a330da7b53156b2361f195cdbcedff6 (patch)
treec826a28ce1d1ee328fc0d362016c2ddbcab19e86 /rasmgr/rasmgr_main.cc
parentfd66ca862d4499378719e2a635c9f97df28b763d (diff)
downloadrasdaman-upstream-e79ba2820a330da7b53156b2361f195cdbcedff6.tar.gz
rasdaman-upstream-e79ba2820a330da7b53156b2361f195cdbcedff6.tar.xz
rasdaman-upstream-e79ba2820a330da7b53156b2361f195cdbcedff6.zip
PB: corrected startup message
Diffstat (limited to 'rasmgr/rasmgr_main.cc')
-rw-r--r--rasmgr/rasmgr_main.cc19
1 files changed, 3 insertions, 16 deletions
diff --git a/rasmgr/rasmgr_main.cc b/rasmgr/rasmgr_main.cc
index 4399d13..f9b553a 100644
--- a/rasmgr/rasmgr_main.cc
+++ b/rasmgr/rasmgr_main.cc
@@ -83,14 +83,9 @@ int main(int argc, char** argv, char** envp)
ENTER( "main." );
- std::cout<< "rasmgr: rasdaman server manager tool. rasdaman v" << RMANVERSION / 1000. << " -- generated on " << COMPDATE << "." << std::endl;
-
-// just to see the difference between an official release and the inside development version
-#ifdef NO_OFFICIAL_RELEASE
- std::cout<<"This is not the official release version, it supports test modus and rasserver in debugger"<<std::endl;
-#else
- std::cout << " Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann rasdaman GmbH." << std::endl
- << "Rasdaman community is free software: you can redistribute it and/or modify "
+ std::cout<< "rasmgr: rasdaman server manager tool. rasdaman v" << RMANVERSION / 1000. << " -- generated on " << COMPDATE << "." << std::endl
+ << "Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann, rasdaman GmbH.\n"
+ << "Rasdaman community is free software: you can redistribute it and/or modify "
"it under the terms of the GNU General Public License as published by "
"the Free Software Foundation, either version 3 of the License, or "
"(at your option) any later version. \n"
@@ -99,14 +94,6 @@ int main(int argc, char** argv, char** envp)
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the "
"GNU General Public License for more details. \n\n";
- std::cout << "This software contains software which is in the public domain:" << std::endl;
- std::cout << "- openssl 0.96c (C) 1998-2002 The OpenSSL Project, (C) 1995-1998 Eric A. Young, Tim J. Hudson" << std::endl;
-#endif
-
-#ifdef INCLUDE_HIDDEN_COMMANDS
- std::cout << "This version is 'inside only'" <<std::endl;
-#endif
-
if(testIsMessageDigestAvailable("MD5")==false)
{
std::cout<<"Error: Message Digest MD5 not available."<<std::endl;