2010-11-22 Raul Mateos <raulofpandora@gmail.com>
* 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
This commit is contained in:
parent
b313c50735
commit
1eb18ef494
|
@ -1,4 +1,4 @@
|
||||||
Pandora FMS: The Flexible Monitoring System v3.0
|
Pandora FMS: The Flexible Monitoring System v3.2
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
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-2009 Pandora FMS development team
|
Copyright (C) 2004-2010 Pandora FMS development team
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Linux/FreeBSD Version (generic), for SuSe, Debian/Ubuntu and FreeBSD only
|
# Linux/FreeBSD Version (generic), for SuSe, Debian/Ubuntu and FreeBSD only
|
||||||
# other Linux distros could not work properly without modifications
|
# other Linux distros could not work properly without modifications
|
||||||
# Please see http://www.pandorafms.org
|
# Please see http://www.pandorafms.org
|
||||||
# v3.1 Build 100223
|
# v3.2 Build 101122
|
||||||
# This code is licensed under GPL 2.0 license.
|
# 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
|
chown -R pandora /home/pandora
|
||||||
fi
|
fi
|
||||||
else
|
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..."
|
echo "Aborting..."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@ -308,7 +308,7 @@ perl-TimeDate perl-XML-Simple perl-libwww-perl mysql-client"
|
||||||
echo "Installing tentacle server"
|
echo "Installing tentacle server"
|
||||||
cp bin/tentacle_server /usr/bin
|
cp bin/tentacle_server /usr/bin
|
||||||
cp util/tentacle_serverd $TENTACLE_SERVER
|
cp util/tentacle_serverd $TENTACLE_SERVER
|
||||||
update-rc.d tentacle_serverd defaults
|
update-rc.d tentacle_serverd defaults
|
||||||
else
|
else
|
||||||
if [ "$DISTRO" = "SUSE" ]
|
if [ "$DISTRO" = "SUSE" ]
|
||||||
then
|
then
|
||||||
|
@ -479,7 +479,7 @@ help () {
|
||||||
|
|
||||||
# Script banner at start
|
# Script banner at start
|
||||||
echo " "
|
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 "This program is licensed under GPL2 Terms. http://pandorafms.org"
|
||||||
echo " "
|
echo " "
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Linux Version (generic), for SuSe and Debian/Ubuntu only
|
# Linux Version (generic), for SuSe and Debian/Ubuntu only
|
||||||
# other Linux distros could not work properly without modifications
|
# other Linux distros could not work properly without modifications
|
||||||
# Please see http://www.pandorafms.org
|
# Please see http://www.pandorafms.org
|
||||||
# v3.1.0 Build 100516
|
# v3.2 Build 101122
|
||||||
# This code is licensed under GPL 2.0 license.
|
# This code is licensed under GPL 2.0 license.
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ help () {
|
||||||
|
|
||||||
# Script banner at start
|
# Script banner at start
|
||||||
echo " "
|
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 "This program is licensed under GPL2 Terms. http://pandorafms.org"
|
||||||
echo " "
|
echo " "
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue