Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/mcored.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2125 by niro, Fri Jan 10 08:52:36 2014 UTC revision 2126 by niro, Fri Jan 10 08:54:27 2014 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    
3  MCLIBDIR="/usr/lib/mcored"  MCLIBDIR="@@MCLIBDIR@@"
4    
5  # respect system env (proxy settings etc)  # respect system env (proxy settings etc)
6  if [ -e /etc/profile ]  if [ -e @@ETCDIR@@/profile ]
7  then  then
8   source /etc/profile   source @@ETCDIR@@/profile
9  fi  fi
10    
11  # globals  # globals
# Line 18  source ${MCLIBDIR}/include/hwdetection.g Line 18  source ${MCLIBDIR}/include/hwdetection.g
18  load_client_classes  load_client_classes
19    
20  # config settings  # config settings
21  source /etc/mcore/config.rc  source @@ETCDIR@@/mcore/config.rc
22  #source /etc/mcore/serial  #source @@ETCDIR@@/mcore/serial
23    
24  # import_hardware_resource()  # import_hardware_resource()
25  # {  # {

Legend:
Removed from v.2125  
changed lines
  Added in v.2126