2010-05-18 Sancho Lerena <slerena@artica.es>

* 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
This commit is contained in:
slerena 2010-05-18 18:15:41 +00:00
parent 3375afb772
commit f87f26acc0
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2010-05-18 Sancho Lerena <slerena@artica.es>
* 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 <sergio.martin@artica.es>
* lib/PandoraFMS/Core.pm: Fixed the Warning Monitor

View File

@ -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

View File

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