OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Jan-2003 18:34:41
Branch: HEAD Handle: 2003011717344100
Modified files:
openpkg-src/mico rc.mico
Log:
Fix variable naming inconsistency.
Summary:
Revision Changes Path
1.3 +2 -2 openpkg-src/mico/rc.mico
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mico/rc.mico
============================================================================
$ cvs diff -u -r1.2 -r1.3 rc.mico
--- openpkg-src/mico/rc.mico 17 Jan 2003 17:08:54 -0000 1.2
+++ openpkg-src/mico/rc.mico 17 Jan 2003 17:34:41 -0000 1.3
@@ -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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]