mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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
17c644433f
commit
ca3b8a5da4
@ -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>
|
2009-12-14 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* util/pandora_db.pl: Improved help.
|
* util/pandora_db.pl: Improved help.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# 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."
|
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 ]
|
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
|
http://www.pandorafms.org
|
||||||
@ -54,4 +54,4 @@ License
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
The project is distributed under the GPL License v2 or later.
|
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
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "3.0RC3";
|
my $pandora_version = "3.0";
|
||||||
my $pandora_build = "PS091205";
|
my $pandora_build = "091216";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
# Setup hash
|
# Setup hash
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
# Pandora FMS 3.0 Server Installer (c) 2009 Artica ST
|
#!/bin/bash
|
||||||
# Please see http://www.pandorafms.com
|
|
||||||
|
# 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.
|
# This code is licensed under GPL 2.0 license.
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
MODE=$1
|
MODE=$1
|
||||||
|
|
||||||
install () {
|
install () {
|
||||||
@ -65,8 +68,8 @@ help () {
|
|||||||
|
|
||||||
# Script banner at start
|
# Script banner at start
|
||||||
echo " "
|
echo " "
|
||||||
echo "Pandora FMS 2.0 Server Upgrade (c) 2009 Artica ST"
|
echo "Pandora FMS 3.0 Server Upgrade (c) 2009 Artica ST"
|
||||||
echo "This program is licensed under GPL2 Terms. http://pandorafms.com"
|
echo "This program is licensed under GPL2 Terms. http://pandorafms.org"
|
||||||
echo " "
|
echo " "
|
||||||
|
|
||||||
case "$MODE" in
|
case "$MODE" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user