melissa@mantis:~$ sudo sh -x /etc/init.d/hwclock.sh stop Password: + HWCLOCKPARS= + hwclocksh stop + '[' '!' -x /sbin/hwclock ']' melissa@mantis:~$ + . /etc/default/rcS ++ TMPTIME=0 ++ SULOGIN=no ++ DELAYLOGIN=no ++ UTC=no ++ VERBOSE=no ++ EDITMOTD=yes ++ FSCKFIX=no + . /lib/lsb/init-functions ++ '[' -e /etc/lsb-base-logging.sh ']' ++ . /etc/lsb-base-logging.sh + '[' '' = -u ']' + case "$UTC" in + GMT=--localtime + UTC= + case "$BADYEAR" in + BADYEAR= + case "$1" in + '[' '' '!=' no ']' + log_daemon_msg 'Saving the system clock' + '[' -z 'Saving the system clock' ']' + log_use_usplash + type usplash_write + usplash_write 'TEXT Saving the system clock' + log_use_fancy_output + TPUT=/usr/bin/tput + EXPR=/usr/bin/expr + '[' -x /usr/bin/tput ']' + '[' -x /usr/bin/expr ']' + /usr/bin/tput hpa 60 + FANCYTTY=1 + true + /usr/bin/tput xenl ++ /usr/bin/tput cols + COLS=80 + '[' 80 ']' ++ /usr/bin/expr 80 - 7 + COL=73 + printf ' * Saving the system clock ' * Saving the system clock ++ /usr/bin/expr 80 - 1 + /usr/bin/tput hpa 79 + printf ' ' + '[' --localtime = -u ']' + /sbin/hwclock --systohc --localtime ++ date + verbose_log_action_msg 'Hardware Clock updated to Tue Mar 21 14:55:05 EST 2006 ' + '[' no = no ']' + log_end_msg 0 + '[' -z 0 ']' + log_use_usplash + type usplash_write + '[' 0 -eq 0 ']' + usplash_write 'SUCCESS ok' + '[' 73 ']' + '[' -x /usr/bin/tput ']' + printf '\r' + /usr/bin/tput hpa 73 + '[' 0 -eq 0 ']' + echo '[ ok ]' [ ok ] + return 0 melissa@mantis:~$