From 1eb18ef494f3c220413b971ee97b9b5f539cf717 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Mon, 22 Nov 2010 18:44:31 +0000 Subject: [PATCH] 2010-11-22 Raul Mateos * pandora_server_upgrade, pandora_server_installer, README: Updated version git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3616 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/README | 4 ++-- pandora_server/pandora_server_installer | 8 ++++---- pandora_server/pandora_server_upgrade | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pandora_server/README b/pandora_server/README index 01dce4589a..deae5bd0a4 100644 --- a/pandora_server/README +++ b/pandora_server/README @@ -1,4 +1,4 @@ -Pandora FMS: The Flexible Monitoring System v3.0 +Pandora FMS: The Flexible Monitoring System v3.2 ================================================= http://www.pandorafms.org @@ -54,4 +54,4 @@ License ------- The project is distributed under the GPL License v2 or later. -Copyright (C) 2004-2009 Pandora FMS development team +Copyright (C) 2004-2010 Pandora FMS development team diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index 3c4af614f1..af8b1621e5 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -4,7 +4,7 @@ # Linux/FreeBSD Version (generic), for SuSe, Debian/Ubuntu and FreeBSD only # other Linux distros could not work properly without modifications # Please see http://www.pandorafms.org -# v3.1 Build 100223 +# v3.2 Build 101122 # This code is licensed under GPL 2.0 license. # ********************************************************************** @@ -190,7 +190,7 @@ perl-TimeDate perl-XML-Simple perl-libwww-perl mysql-client" chown -R pandora /home/pandora fi else - echo "Please create the 'pandora' user manually according to your authentication scheme then restart the installation" + echo "Please create the 'pandora' user manually according to your authentication scheme, then start again the installation" echo "Aborting..." exit 1 fi @@ -308,7 +308,7 @@ perl-TimeDate perl-XML-Simple perl-libwww-perl mysql-client" echo "Installing tentacle server" cp bin/tentacle_server /usr/bin cp util/tentacle_serverd $TENTACLE_SERVER - update-rc.d tentacle_serverd defaults + update-rc.d tentacle_serverd defaults else if [ "$DISTRO" = "SUSE" ] then @@ -479,7 +479,7 @@ help () { # Script banner at start echo " " -echo "Pandora FMS 3.1 Server Installer (c) 2008-2010 Artica ST" +echo "Pandora FMS 3.2 Server Installer (c) 2008-2010 Artica ST" echo "This program is licensed under GPL2 Terms. http://pandorafms.org" echo " " diff --git a/pandora_server/pandora_server_upgrade b/pandora_server/pandora_server_upgrade index 40e9c2cba7..14c2d0a425 100644 --- a/pandora_server/pandora_server_upgrade +++ b/pandora_server/pandora_server_upgrade @@ -4,7 +4,7 @@ # 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.1.0 Build 100516 +# v3.2 Build 101122 # This code is licensed under GPL 2.0 license. # ********************************************************************** @@ -65,7 +65,7 @@ help () { # Script banner at start echo " " -echo "Pandora FMS 3.1 Server Upgrade (c) 2009-2010 Artica ST" +echo "Pandora FMS 3.2 Server Upgrade (c) 2009-2010 Artica ST" echo "This program is licensed under GPL2 Terms. http://pandorafms.org" echo " "