Explorar o código

Fix variable naming inconsistency.

Michael Schloh von Bennewitz %!s(int64=23) %!d(string=hai) anos
pai
achega
787ac2e260
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      mico/rc.mico

+ 2 - 2
mico/rc.mico

@@ -7,8 +7,8 @@
     mico_enable="no"
     mico_micod="no"
     mico_nsd="no"
-    micod_args="-ORBGIOPVersion 1.2 -ORBIIOPVersion 1.2 -ORBIIOPAddr inet:`uname -n`:8912"
-    nsd_args="-ORBGIOPVersion 1.2 -ORBIIOPVersion 1.2 -ORBIIOPAddr inet:`uname -n`:8914"
+    mico_nsd_args="-ORBGIOPVersion 1.2 -ORBIIOPVersion 1.2 -ORBIIOPAddr inet:`uname -n`:8912"
+    mico_micod_args="-ORBGIOPVersion 1.2 -ORBIIOPVersion 1.2 -ORBIIOPAddr inet:`uname -n`:8912"
 
 %start -p 200 -u @l_musr@
     opServiceEnabled mico || exit 0