From 2b52309f78a508f9385cb847ba88179558f9a038 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Tue, 26 Nov 2013 22:03:43 -0600 Subject: LinHES-config: systemconfig.py update config.xml for the .27 format --- abs/core/LinHES-config/systemconfig.py | 51 ++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 12 deletions(-) diff --git a/abs/core/LinHES-config/systemconfig.py b/abs/core/LinHES-config/systemconfig.py index 07b2820..1af9daf 100755 --- a/abs/core/LinHES-config/systemconfig.py +++ b/abs/core/LinHES-config/systemconfig.py @@ -53,25 +53,52 @@ def setup_x(systemconfig): def generate_config_xml(uuid,dbhost): - configxml_t =''' - + #configxml_t =''' +# + # + # + #%s + # + # + # + #%s + #mythtv + #mythtv + #mythconverg + #0 + # + # + # +# + #''' + configxml_t=''' + + my-unique-identifier-goes-here + + 1 + %s + mythtv + mythtv + mythconverg + 3306 + + + 0 + 0 + 5 + echo 'WOLsqlServerCommand not set' + %s - - - %s - mythtv - mythtv - mythconverg - 0 - - ''' - configxml= configxml_t %(uuid,dbhost) + + + + configxml= configxml_t %(dbhost,uuid) return configxml def gen_uuid(): -- cgit v0.12