[SCM] TANGO distributed control system. branch, master, updated. debian/6.1.1c-1-108-ge21cde3

Frédéric-Emmanuel PICCA picca at synchrotron-soleil.fr
Mon Dec 13 15:42:36 UTC 2010


The following commit has been merged in the master branch:
commit 17edc165783f8583f29af5b0ffc528958327783a
Author: Frédéric-Emmanuel PICCA <picca at synchrotron-soleil.fr>
Date:   Mon Dec 13 13:50:25 2010 +0100

    * do not pass the HOST in the DEAMON_ARGS for the database.
    
    let omniorb deal with this.

diff --git a/debian/tango-db.init.d b/debian/tango-db.init.d
index 1faaab9..cef02e4 100644
--- a/debian/tango-db.init.d
+++ b/debian/tango-db.init.d
@@ -19,10 +19,9 @@ DESC="Tango Control System - database"
 NAME=tango-db
 NAME_REAL=DataBaseds
 CONFFILE=/etc/tangorc
-HOST=`grep TANGO_HOST $CONFFILE | awk -F ":" '{print $1}' | awk -F "=" '{print $2}'`
 PORT=`grep TANGO_HOST $CONFFILE | awk -F ":" '{print $2}'`
 DAEMON=/usr/lib/tango/$NAME_REAL
-DAEMON_ARGS=" 2 -ORBendPoint giop:tcp:$HOST:$PORT"
+DAEMON_ARGS=" 2 -ORBendPoint giop:tcp::$PORT"
 PIDFILE=/var/run/$NAME.pid
 
 # Exit if the package is not installed

-- 
TANGO distributed control system.



More information about the debian-science-commits mailing list