From f87f26acc01d4a9b352ef9bb728332542bcd028c Mon Sep 17 00:00:00 2001 From: slerena Date: Tue, 18 May 2010 18:15:41 +0000 Subject: [PATCH] 2010-05-18 Sancho Lerena * pandora_server_upgrade: Fixed a check on pandora_db.pl script in cron. * lib/PandoraFMS/Config.pm: Version update to 3.1rc1 and build 100515 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2750 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 6 ++++++ pandora_server/lib/PandoraFMS/Config.pm | 4 ++-- pandora_server/pandora_server_upgrade | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 845ca97fdb..0801b7ec1b 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,9 @@ +2010-05-18 Sancho Lerena + + * pandora_server_upgrade: Fixed a check on pandora_db.pl script in cron. + + * lib/PandoraFMS/Config.pm: Version update to 3.1rc1 and build 100515 + 2010-05-17 Sergio Martin * lib/PandoraFMS/Core.pm: Fixed the Warning Monitor diff --git a/pandora_server/lib/PandoraFMS/Config.pm b/pandora_server/lib/PandoraFMS/Config.pm index c7fe2076a5..b7e5f3d985 100644 --- a/pandora_server/lib/PandoraFMS/Config.pm +++ b/pandora_server/lib/PandoraFMS/Config.pm @@ -37,8 +37,8 @@ our @EXPORT = qw( ); # version: Defines actual version of Pandora Server for this module only -my $pandora_version = "3.1-dev"; -my $pandora_build = "100516"; +my $pandora_version = "3.1rc1"; +my $pandora_build = "100515"; our $VERSION = $pandora_version." ".$pandora_build; # Setup hash diff --git a/pandora_server/pandora_server_upgrade b/pandora_server/pandora_server_upgrade index f70bac10a1..40e9c2cba7 100644 --- a/pandora_server/pandora_server_upgrade +++ b/pandora_server/pandora_server_upgrade @@ -46,7 +46,7 @@ install () { cp util/pandora_server /etc/init.d cp util/tentacle_serverd /etc/init.d - if [ ! -e /etc/cron.daily/pandora_purge_db ] + if [ ! -e /etc/cron.daily/pandora_db ] then echo "You don't have a /etc/cron.daily/pandora_purge_db file, you should consider" echo "to setup the Pandora FMS daily Database Maintance script: "