From f66de3bce0a5b9c484b34451e2d58b35d0571c8b Mon Sep 17 00:00:00 2001 From: raulmateos Date: Mon, 8 Sep 2008 14:30:25 +0000 Subject: [PATCH] 2008-09-08 Raul Mateos * util/pandora_db.pl: Updated year and URL. * util/pandora_dbstress.pl: Updated year and build. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1087 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 6 ++++++ pandora_server/util/pandora_db.pl | 8 ++++---- pandora_server/util/pandora_dbstress.pl | 6 +++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index d244ae0e8e..a061be868f 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,9 @@ +2008-09-08 Raul Mateos + + * util/pandora_db.pl: Updated year and URL. + + * util/pandora_dbstress.pl: Updated year and build. + 2008-09-03 Sancho Lerena * pandora_server_installer: Added more info about some dependencies. diff --git a/pandora_server/util/pandora_db.pl b/pandora_server/util/pandora_db.pl index 60325d3335..ba575ae308 100755 --- a/pandora_server/util/pandora_db.pl +++ b/pandora_server/util/pandora_db.pl @@ -3,8 +3,8 @@ ############################################################################### # Pandora FMS DB Management ############################################################################### -# Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com -# Copyright (c) 2005-2006 Artica Soluciones Tecnologicas S.L +# Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com +# Copyright (c) 2005-2008 Artica Soluciones Tecnologicas S.L # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -279,9 +279,9 @@ sub pandora_compactdb { ############################################################################## sub pandora_init { - print "\nPandora FMS DB Tool $version Copyright (c) 2004-2007 Sancho Lerena\n"; + print "\nPandora FMS DB Tool $version Copyright (c) 2004-2008 Sancho Lerena\n"; print "This program is Free Software, licensed under the terms of GPL License v2\n"; - print "You can download latest versions and documentation at http://pandora.sf.net\n"; + print "You can download latest versions and documentation at http://www.pandorafms.org\n"; # Load config file from command line if ($#ARGV == -1 ){ diff --git a/pandora_server/util/pandora_dbstress.pl b/pandora_server/util/pandora_dbstress.pl index 9eaaf77920..3c0781b12f 100755 --- a/pandora_server/util/pandora_dbstress.pl +++ b/pandora_server/util/pandora_dbstress.pl @@ -2,8 +2,8 @@ ################################################################################ # Pandora DB Stress tool ################################################################################ -# Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com -# Copyright (c) 2005-2006 Artica Soluciones Tecnologicas S.L +# Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com +# Copyright (c) 2005-2008 Artica Soluciones Tecnologicas S.L # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -42,7 +42,7 @@ use PandoraFMS::DB; ################################################################################ ################################################################################ -my $version = "1.3-dev 070526"; +my $version = "2.0 PS080903"; # FLUSH in each IO (only for debug, very slooow) # ENABLED in DEBUGMODE