2008-04-01 Ramon Novoa <rnovoa@artica.es>

* 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
This commit is contained in:
Ramon Novoa 2008-04-01 10:01:29 +00:00
parent cd74bd27ce
commit eecdd67e4d
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-04-01 Ramon Novoa <rnovoa@artica.es>
* util/tentacle_serverd: Changed default port and address (now
listens on all local interfaces by default).
2008-04-01 Jorge Gonzalez <jorge.gonzalez@artica.es> 2008-04-01 Jorge Gonzalez <jorge.gonzalez@artica.es>
* README: Removed duplicated dependency package. * README: Removed duplicated dependency package.

View File

@ -3,7 +3,7 @@
# Tentacle server simple startup script (no pid file is written). # Tentacle server simple startup script (no pid file is written).
# Ramon Novoa <rnovoa@artica.es> # Ramon Novoa <rnovoa@artica.es>
# Linux Version (generic) # Linux Version (generic)
# v0.1 Build 080307 # v0.1 Build 010407
# chkconfig: 2345 55 25 # chkconfig: 2345 55 25
# description: Tentacle server # description: Tentacle server
@ -17,8 +17,8 @@ TENTACLE_DAEMON="tentacle_server"
TENTACLE_PATH="/usr/local/bin" TENTACLE_PATH="/usr/local/bin"
TENTACLE_USER="pandora" TENTACLE_USER="pandora"
TENTACLE_ADDR="localhost" TENTACLE_ADDR="0.0.0.0"
TENTACLE_PORT="1998" TENTACLE_PORT="41121"
TENTACLE_EXT_OPTS="" TENTACLE_EXT_OPTS=""
# Sets the shell variable TENTACLE_PID to the PID of the Tentacle server (empty # Sets the shell variable TENTACLE_PID to the PID of the Tentacle server (empty