From 049b314ca60f6cec54422ed95eb73532ce23ebfc Mon Sep 17 00:00:00 2001 From: ramonn Date: Tue, 1 Apr 2008 10:01:29 +0000 Subject: [PATCH] 2008-04-01 Ramon Novoa * util/tentacle_serverd: Changed default port and address (now listens on all local interfaces by default). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@781 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/util/tentacle_serverd | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 3fe40eefbe..e29979ed1e 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2008-04-01 Ramon Novoa + + * util/tentacle_serverd: Changed default port and address (now + listens on all local interfaces by default). + 2008-04-01 Jorge Gonzalez * README: Removed duplicated dependency package. diff --git a/pandora_server/util/tentacle_serverd b/pandora_server/util/tentacle_serverd index 039f52cb14..f2125b5b1c 100755 --- a/pandora_server/util/tentacle_serverd +++ b/pandora_server/util/tentacle_serverd @@ -3,7 +3,7 @@ # Tentacle server simple startup script (no pid file is written). # Ramon Novoa # Linux Version (generic) -# v0.1 Build 080307 +# v0.1 Build 010407 # chkconfig: 2345 55 25 # description: Tentacle server @@ -17,8 +17,8 @@ TENTACLE_DAEMON="tentacle_server" TENTACLE_PATH="/usr/local/bin" TENTACLE_USER="pandora" -TENTACLE_ADDR="localhost" -TENTACLE_PORT="1998" +TENTACLE_ADDR="0.0.0.0" +TENTACLE_PORT="41121" TENTACLE_EXT_OPTS="" # Sets the shell variable TENTACLE_PID to the PID of the Tentacle server (empty