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