From 30638287eb603568a5ba946ef92c5f1278e1ca9d Mon Sep 17 00:00:00 2001 From: raulmateos Date: Thu, 23 Nov 2006 10:36:38 +0000 Subject: [PATCH] 2006-11-23 Raul Mateos * pandora_server/bin/pandora_config.pm: Updated some text from Linux to GNU/Linux. Update build date and final version. * pandora_server/config/pandora_server.conf: Changed servername from "daeva" to localhost. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@274 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 8 ++++++++ pandora_server/bin/pandora_config.pm | 12 ++++++------ pandora_server/conf/pandora_server.conf | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 886dcaf42e..fa1710e92c 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,11 @@ +2006-11-23 Raul Mateos + + * pandora_server/bin/pandora_config.pm: Updated some text from Linux to + GNU/Linux. Update build date and final version. + + * pandora_server/config/pandora_server.conf: Changed servername from + "daeva" to localhost. + 2006-11-22 Manuel Arostegui * pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*: Added diff --git a/pandora_server/bin/pandora_config.pm b/pandora_server/bin/pandora_config.pm index 1c13bc59c6..7ef169c676 100755 --- a/pandora_server/bin/pandora_config.pm +++ b/pandora_server/bin/pandora_config.pm @@ -3,7 +3,7 @@ package pandora_config; # Pandora Config package ########################################################################## # Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com -# Copyright (c) 2005-2006 Artica Soluciones Tecnol�icas S.L +# Copyright (c) 2005-2006 Artica Soluciones Tecnologicas S.L # #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License @@ -36,8 +36,8 @@ our @EXPORT = qw( pandora_help_screen # There is no global vars, all variables (setup) passed as hash reference # version: Defines actual version of Pandora Server for this module only -my $pandora_version = "1.2 Beta 3"; -my $pandora_build="PS060929"; +my $pandora_version = "1.2"; +my $pandora_build="PS061123"; our $VERSION = $pandora_version; # Setup hash @@ -72,12 +72,12 @@ sub pandora_init { printf "This program is Free Software, licensed under the terms of GPL License v2 or later.\n"; printf "You can download latest versions and documentation at http://pandora.sourceforge.net. \n\n"; - # Check we are running Linux - die "[ERROR] This isn't Linux. Pandora Server its only OFFICIALLY supported in Linux\nContact us if you require assistance running Pandora Server over other OS\n\n" unless ($^O =~ m/linux/i); + # Check we are running GNU/Linux + die "[ERROR] This isn't GNU/Linux. Pandora Server is only OFFICIALLY supported in GNU/Linux.\nContact us if you require assistance running Pandora Server in other OS.\n\n" unless ($^O =~ m/linux/i); # Load config file from command line if ($#ARGV == -1 ){ - print "I Need at least one parameter: Complete path to Pandora HOME Directory. \n"; + print "I Need at least one parameter: Complete path to Pandora Server HOME Directory. \n"; help_screen; exit; } diff --git a/pandora_server/conf/pandora_server.conf b/pandora_server/conf/pandora_server.conf index 664a176dc7..477cc8e8c7 100755 --- a/pandora_server/conf/pandora_server.conf +++ b/pandora_server/conf/pandora_server.conf @@ -3,7 +3,7 @@ ################################################################################### # Servername: Name of this server -servername daeva +servername localhost # incomingdir: Defines directory where incoming data packets are stored # You could set directory relative to base path or absolute, starting with /