Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/client/mcored.sh

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

revision 2094 by niro, Wed May 8 11:20:11 2013 UTC revision 2095 by niro, Fri Sep 27 07:48:24 2013 UTC
# Line 2  Line 2 
2    
3  MCLIBDIR="/usr/lib/mcored"  MCLIBDIR="/usr/lib/mcored"
4    
5    # respect system env (proxy settings etc)
6    if [ -e /etc/profile ]
7    then
8     source /etc/profile
9    fi
10    
11  # globals  # globals
12  source ${MCLIBDIR}/include/daemon.global.class  source ${MCLIBDIR}/include/daemon.global.class
13  source ${MCLIBDIR}/include/sessionauth.global.class  source ${MCLIBDIR}/include/sessionauth.global.class

Legend:
Removed from v.2094  
changed lines
  Added in v.2095