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: "