Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/sysvinit/sysvinit.client.class.in

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

revision 2168 by niro, Fri Jan 10 14:06:52 2014 UTC revision 2243 by niro, Mon Jan 13 09:27:41 2014 UTC
# Line 14  set_system_service() Line 14  set_system_service()
14    
15   if [[ ! -x ${MROOT}@@SYSVRCDDIR@@/${service} ]]   if [[ ! -x ${MROOT}@@SYSVRCDDIR@@/${service} ]]
16   then   then
17   eecho "Service '${service}' unkown!"   eecho "Service '${service}' unknown!"
18   return 1   return 1
19   fi   fi
20    
# Line 49  get_system_service() Line 49  get_system_service()
49    
50   if [[ ! -x ${MROOT}@@SYSVRCDDIR@@/${service} ]]   if [[ ! -x ${MROOT}@@SYSVRCDDIR@@/${service} ]]
51   then   then
52   eecho "Service '${service}' unkown!"   eecho "Service '${service}' unknown!"
53   return 1   return 1
54   fi   fi
55    

Legend:
Removed from v.2168  
changed lines
  Added in v.2243