[SCM] TANGO distributed control system. branch, master, updated. debian/6.1.1c-1-112-g7d9a9b7
Picca Frédéric-Emmanuel
picca at synchrotron-soleil.fr
Thu Dec 16 22:56:56 UTC 2010
The following commit has been merged in the master branch:
commit d8bb9acfdfcffc6b5303061bd86bb6f1f781deac
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