From 0fc9339dada667201ccafc8c8e28da0440094e66 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sat, 27 Sep 2008 15:13:12 +0000 Subject: [PATCH] 2008-09-08 Raul Mateos * Commit forgotten files git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1120 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/README | 7 +++---- pandora_server/pandora_package_installer | 4 ++-- pandora_server/pandora_server.spec | 2 +- pandora_server/pandora_server_installer | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/pandora_server/README b/pandora_server/README index c6c3c8dbd9..3bb65db7d4 100644 --- a/pandora_server/README +++ b/pandora_server/README @@ -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 -------------- @@ -55,4 +55,3 @@ License The project is distributed under the GPL License v2 or later. Copyright (C) 2004-2008 Pandora FMS development team - diff --git a/pandora_server/pandora_package_installer b/pandora_server/pandora_package_installer index 1c0cb84a67..6b49b75f84 100755 --- a/pandora_server/pandora_package_installer +++ b/pandora_server/pandora_package_installer @@ -1,5 +1,5 @@ # 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. # ********************************************************************** @@ -123,7 +123,7 @@ help () { # Script banner at start echo " " 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 " " case "$MODE" in diff --git a/pandora_server/pandora_server.spec b/pandora_server/pandora_server.spec index 0b7247bbe5..9da977346c 100644 --- a/pandora_server/pandora_server.spec +++ b/pandora_server/pandora_server.spec @@ -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 Recon Server: /etc/init.d/pandora_recon start" 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 %defattr(700,pandora,pandora) /usr/bin/pandora_server diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index de6bd94db7..bd86370261 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -1,5 +1,5 @@ # Pandora FMS 2.0 Server Installer (c) 2008 Manuel Arostegui -# Please see http://pandora.sourceforge.net +# Please see http://www.pandorafms.com # This code is licensed under GPL 2.0 license. # **********************************************************************