2008-09-08 Raul Mateos <raulofpandora@gmail.com>

* Commit forgotten files

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1120 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2008-09-27 15:13:12 +00:00
parent 3cc6c11d35
commit 0fc9339dad
4 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
Pandora FMS : The Free Monitoring System v1.3.1 Pandora FMS: The Flexible Monitoring System v2.0
=============================================== =================================================
http://pandora.sourceforge.net http://www.pandorafms.org
How to install How to install
-------------- --------------
@ -55,4 +55,3 @@ 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-2008 Pandora FMS development team

View File

@ -1,5 +1,5 @@
# Pandora FMS 2.0 Server Package Installer (c) ArticaST 2008 # Pandora FMS 2.0 Server Package Installer (c) ArticaST 2008
# Please see http://pandora.sourceforge.net # Please see http://www.pandorafms.com
# This code is licensed under GPL 2.0 license. # This code is licensed under GPL 2.0 license.
# ********************************************************************** # **********************************************************************
@ -123,7 +123,7 @@ help () {
# Script banner at start # Script banner at start
echo " " echo " "
echo "Pandora FMS 2.0 Server Package Installer (c) ArticaST 2008" echo "Pandora FMS 2.0 Server Package Installer (c) ArticaST 2008"
echo "This program is licensed under GPL2 Terms. http://pandora.sourceforge.net" echo "This program is licensed under GPL2 Terms. http://www.pandorafms.com"
echo " " echo " "
case "$MODE" in case "$MODE" in

View File

@ -163,7 +163,7 @@ echo "To start Pandora Server: /etc/init.d/pandora_server start"
echo "To start Pandora Network Server: /etc/init.d/pandora_network start" echo "To start Pandora Network Server: /etc/init.d/pandora_network start"
echo "To start Pandora Recon Server: /etc/init.d/pandora_recon start" echo "To start Pandora Recon Server: /etc/init.d/pandora_recon start"
echo "The manual can be reached at: man pandora or man pandora_server" echo "The manual can be reached at: man pandora or man pandora_server"
echo "Pandora Documentation is in: http://pandora.sourceforge.net/en/index.php?sec=docs" echo "Pandora Documentation is in: http://openideas.info/wiki/index.php?title=Pandora_2.0:Documentation"
%files %files
%defattr(700,pandora,pandora) %defattr(700,pandora,pandora)
/usr/bin/pandora_server /usr/bin/pandora_server

View File

@ -1,5 +1,5 @@
# Pandora FMS 2.0 Server Installer (c) 2008 Manuel Arostegui <marostegui@artica.es> # Pandora FMS 2.0 Server Installer (c) 2008 Manuel Arostegui <marostegui@artica.es>
# Please see http://pandora.sourceforge.net # Please see http://www.pandorafms.com
# This code is licensed under GPL 2.0 license. # This code is licensed under GPL 2.0 license.
# ********************************************************************** # **********************************************************************