Magellan Linux

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

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

revision 1238 by niro, Thu Mar 10 20:23:25 2011 UTC revision 1239 by niro, Thu Mar 10 20:32:30 2011 UTC
# Line 31  case "$1" in Line 31  case "$1" in
31    
32   update_svcstatus $1   update_svcstatus $1
33   splash svc_started "$(basename $0)" 0   splash svc_started "$(basename $0)" 0
34     ;;
35    
36   stop)   stop)
37   rc_print "Setting hardware clock ..."   rc_print "Setting hardware clock ..."
# Line 39  case "$1" in Line 40  case "$1" in
40    
41   update_svcstatus $1   update_svcstatus $1
42   splash svc_stopped "$(basename $0)" 0   splash svc_stopped "$(basename $0)" 0
43     ;;
44    
45   *)   *)
46   rc_echo "Usage: $0 {start|stop}"   rc_echo "Usage: $0 {start|stop}"

Legend:
Removed from v.1238  
changed lines
  Added in v.1239