2009-12-16 Raul Mateos <raulofpandora@gmail.com>
* DEBIAN/make_deb_package.sh, lib/PandoraFMS/Config.pm, README, pandora_server_upgrade, pandora_server_installer: Preparing release changing version to final. Clean code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2208 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
611391bc4f
commit
df0999d826
|
@ -1,3 +1,9 @@
|
|||
2009-12-16 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* DEBIAN/make_deb_package.sh, lib/PandoraFMS/Config.pm, README,
|
||||
pandora_server_upgrade, pandora_server_installer: Preparing release
|
||||
changing version to final. Clean code.
|
||||
|
||||
2009-12-14 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* util/pandora_db.pl: Improved help.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
pandora_console_version="3.0.0.RC3"
|
||||
pandora_console_version="3.0.0."
|
||||
|
||||
echo "This script to make deb must run as root (because the dh-make-perl need this). Then test if you are root."
|
||||
if [ `id -u` != 0 ]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Pandora FMS: The Flexible Monitoring System v2.0
|
||||
Pandora FMS: The Flexible Monitoring System v3.0
|
||||
=================================================
|
||||
|
||||
http://www.pandorafms.org
|
||||
|
@ -54,4 +54,4 @@ License
|
|||
-------
|
||||
|
||||
The project is distributed under the GPL License v2 or later.
|
||||
Copyright (C) 2004-2008 Pandora FMS development team
|
||||
Copyright (C) 2004-2009 Pandora FMS development team
|
||||
|
|
|
@ -36,8 +36,8 @@ our @EXPORT = qw(
|
|||
);
|
||||
|
||||
# version: Defines actual version of Pandora Server for this module only
|
||||
my $pandora_version = "3.0RC3";
|
||||
my $pandora_build = "PS091205";
|
||||
my $pandora_version = "3.0";
|
||||
my $pandora_build = "091216";
|
||||
our $VERSION = $pandora_version." ".$pandora_build;
|
||||
|
||||
# Setup hash
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
# Pandora FMS 3.0 Server Installer (c) 2009 Artica ST
|
||||
# Please see http://www.pandorafms.com
|
||||
#!/bin/bash
|
||||
|
||||
# Pandora FMS Server Upgrader (c) 2008-2009 Artica ST
|
||||
# Linux Version (generic), for SuSe and Debian/Ubuntu only
|
||||
# other Linux distros could not work properly without modifications
|
||||
# Please see http://www.pandorafms.org
|
||||
# v3.0.1 Build 091216
|
||||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
MODE=$1
|
||||
|
||||
install () {
|
||||
|
@ -65,8 +68,8 @@ help () {
|
|||
|
||||
# Script banner at start
|
||||
echo " "
|
||||
echo "Pandora FMS 2.0 Server Upgrade (c) 2009 Artica ST"
|
||||
echo "This program is licensed under GPL2 Terms. http://pandorafms.com"
|
||||
echo "Pandora FMS 3.0 Server Upgrade (c) 2009 Artica ST"
|
||||
echo "This program is licensed under GPL2 Terms. http://pandorafms.org"
|
||||
echo " "
|
||||
|
||||
case "$MODE" in
|
||||
|
|
Loading…
Reference in New Issue