Magellan Linux

Diff of /trunk/busybox-initscripts/rc/functions

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

revision 1203 by niro, Thu Jan 27 20:41:59 2011 UTC revision 1204 by niro, Fri Jan 28 19:28:06 2011 UTC
# Line 141  evaluate_retval() Line 141  evaluate_retval()
141   print_status success   print_status success
142   else   else
143   print_status failure   print_status failure
144    
145     if [[ ${SPLASH_VERBOSE_ON_ERRORS} = 1 ]]
146     then
147     splash "rc_verbose" "${runlevel}"
148     fi
149   fi   fi
150    
151   return ${error_value}   return ${error_value}

Legend:
Removed from v.1203  
changed lines
  Added in v.1204