Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/client/include/system.client.class

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

revision 1648 by niro, Thu Mar 10 18:15:47 2011 UTC revision 2017 by niro, Mon Aug 13 10:55:52 2012 UTC
# Line 89  set_system_service() Line 89  set_system_service()
89   [[ -z ${command} ]] && help_system_service && return 1   [[ -z ${command} ]] && help_system_service && return 1
90   [[ -z ${service} ]] && help_system_service && return 1   [[ -z ${service} ]] && help_system_service && return 1
91    
92   if [[ ! -x /etc/rc.d/init.d/${service} ]]   if [[ ! -x ${MROOT}/etc/rc.d/init.d/${service} ]]
93   then   then
94   eecho "Service '${service}' unkown!"   eecho "Service '${service}' unkown!"
95   fi   fi

Legend:
Removed from v.1648  
changed lines
  Added in v.2017