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

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Thu Nov 25 21:29:47 UTC 2010


The following commit has been merged in the master branch:
commit da2152770165281f4fab5a2b0722554fa8cafb7d
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Thu Nov 25 16:29:27 2010 -0500

    * set the default TANGO_HOST with the hostname of the computer

diff --git a/debian/tango-common.config b/debian/tango-common.config
index 94eaf67..084ca46 100644
--- a/debian/tango-common.config
+++ b/debian/tango-common.config
@@ -10,8 +10,11 @@ if [ -e $CONFIGFILE ]; then
     # Store values from config file into
     # debconf db.
     db_set tango-common/tango-host "$TANGO_HOST"
+else
+    db_set tango-common/tango-host $(hostname -f)":10000"
 fi
 
+
 # what is the name of the tango host
 db_input high tango-common/tango-host || true
 db_go || true

-- 
TANGO distributed control system.



More information about the debian-science-commits mailing list