[pisa-src] r2923 - apps/mobac-services/masd.py

  • From: Nicolai Viol <Nicolai.Viol@xxxxxxxxxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Mar 2012 15:31:32 +0100

Author: viol
Date: Tue Mar 13 15:31:31 2012
New Revision: 2923

Log:
change to new hipconf command option

Modified:
   apps/mobac-services/masd.py

Modified: apps/mobac-services/masd.py
==============================================================================
--- apps/mobac-services/masd.py Tue Mar 13 14:53:23 2012        (r2922)
+++ apps/mobac-services/masd.py Tue Mar 13 15:31:31 2012        (r2923)
@@ -165,7 +165,7 @@
     serviceIp = ''
     servicePort = ''
     serviceHit = ''
-    hipconf = subprocess.Popen(['hipconf', 'get', 'ha', clientHit], 
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
+    hipconf = subprocess.Popen(['hipconf', 'daemon', 'get', 'ha', clientHit], 
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
     (hipconfOut,hipconfErr) = hipconf.communicate()
     # INFO: hipconf writes to stderr
     hipconfList = hipconfErr.split('\n')
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2923 - apps/mobac-services/masd.py - Nicolai Viol