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:
parent
3f7abb97a0
commit
206e69c947
|
@ -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>
|
2009-12-18 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* DEBIAN/control: Updated version.
|
* DEBIAN/control: Updated version.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Pandora FMS DB Management
|
# 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
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -191,7 +191,7 @@ sub pandora_compactdb ($$) {
|
||||||
sub pandora_init ($) {
|
sub pandora_init ($) {
|
||||||
my $conf = shift;
|
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 "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";
|
print "You can download latest versions and documentation at http://www.pandorafms.org\n\n";
|
||||||
|
|
||||||
|
|
|
@ -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)
|
# FLUSH in each IO (only for debug, very slooow)
|
||||||
# ENABLED in DEBUGMODE
|
# ENABLED in DEBUGMODE
|
||||||
|
|
Loading…
Reference in New Issue