2009-12-18 Raul Mateos <raulofpandora@gmail.com>

* pandora_dbstress.pl, pandora_db.pl: Clean code, updated year.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2216 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2009-12-18 13:43:02 +00:00
parent c56519daea
commit 6e48236521
3 changed files with 29 additions and 25 deletions

View File

@ -1,3 +1,7 @@
2009-12-18 Raul Mateos <raulofpandora@gmail.com>
* pandora_dbstress.pl, pandora_db.pl: Clean code, updated year.
2009-12-18 Ramon Novoa <rnovoa@artica.es>
* DEBIAN/control: Updated version.

View File

@ -3,7 +3,7 @@
###############################################################################
# Pandora FMS DB Management
###############################################################################
# Copyright (c) 2005-2008 Artica Soluciones Tecnologicas S.L
# Copyright (c) 2005-2009 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
@ -191,7 +191,7 @@ sub pandora_compactdb ($$) {
sub pandora_init ($) {
my $conf = shift;
print "\nPandora FMS DB Tool $version Copyright (c) 2004-2008 Artica ST\n";
print "\nPandora FMS DB Tool $version Copyright (c) 2004-2009 Artica ST\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://www.pandorafms.org\n\n";

View File

@ -42,7 +42,7 @@ use PandoraFMS::Core;
################################################################################
################################################################################
my $version = "2.0 PS080903";
my $version = "3.0 PS091214";
# FLUSH in each IO (only for debug, very slooow)
# ENABLED in DEBUGMODE