2011-04-28 Raul Mateos <raulofpandora@gmail.com>

* conf/pandora_server.conf, pandora_server_installer,
	PandoraFMS/Config.pm: Updated year and build.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4288 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2011-04-28 15:33:25 +00:00
parent a275c62c1a
commit 0c08d3274a
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
############################################################################# #############################################################################
# Pandora FMS Server Parameters # Pandora FMS Server Parameters
# Pandora FMS, the Flexible Monitoring System. # Pandora FMS, the Flexible Monitoring System.
# Version 3.2 # Version 4.0-dev
# Licensed under GPL license v2, # Licensed under GPL license v2,
# (c) 2003-2010 Artica Soluciones Tecnologicas # (c) 2003-2011 Artica Soluciones Tecnologicas
# http://www.pandorafms.com # http://www.pandorafms.com
# Please change it for your setup needs # Please change it for your setup needs
############################################################################# #############################################################################

View File

@ -75,7 +75,7 @@ sub help_screen {
sub pandora_init { sub pandora_init {
my $pa_config = $_[0]; my $pa_config = $_[0];
my $init_string = $_[1]; my $init_string = $_[1];
print "\n$init_string $pandora_version Build $pandora_build Copyright (c) 2004-2010 ArticaST\n"; print "\n$init_string $pandora_version Build $pandora_build Copyright (c) 2004-2011 ArticaST\n";
print "This program is OpenSource, licensed under the terms of GPL License version 2.\n"; print "This program is OpenSource, licensed under the terms of GPL License version 2.\n";
print "You can download latest versions and documentation at http://www.pandorafms.org \n\n"; print "You can download latest versions and documentation at http://www.pandorafms.org \n\n";

View File

@ -1,10 +1,10 @@
#!/bin/sh #!/bin/sh
# Pandora FMS Server Installer (c) 2008-2010 Artica ST # Pandora FMS Server Installer (c) 2008-2011 Artica ST
# 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.2 Build 101122 # v4.0dev Build 110122
# This code is licensed under GPL 2.0 license. # This code is licensed under GPL 2.0 license.
# ********************************************************************** # **********************************************************************