2008-05-21 Ramon Novoa <rnovoa@artica.es>

* util/tentacle_serverd: Removed unused code.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@837 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2008-05-21 08:27:02 +00:00
parent 6edea31c50
commit 338b89a59f
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2008-05-21 Ramon Novoa <rnovoa@artica.es>
* util/tentacle_serverd: Removed unused code.
2008-05-19 Ramon Novoa <rnovoa@artica.es>
* bin/pandora_server: Added support to process multiple data

View File

@ -3,7 +3,7 @@
# Tentacle server simple startup script (no pid file is written).
# Ramon Novoa <rnovoa@artica.es>
# Linux Version (generic)
# v0.1 Build 010407
# v0.1 Build 210508
# chkconfig: 2345 55 25
# description: Tentacle server
@ -50,8 +50,6 @@ case "$1" in
if [ ! -z "$TENTACLE_PID" ]; then
echo "Tentacle server is already running with PID $TENTACLE_PID."
exit 1
else
rm -f $TENTACLE_PID_FILE
fi
sudo -u $TENTACLE_USER ${TENTACLE_PATH}$TENTACLE_DAEMON $TENTACLE_OPTS