Changeset 1d02f01 in bootscripts-standard for clfs/init.d/setclock


Ignore:
Timestamp:
Oct 23, 2007, 1:07:58 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
1680407
Parents:
d8a3177
Message:

Merged Updates from BLFS/LFS SVNs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clfs/init.d/setclock

    rd8a3177 r1d02f01  
    3333        start)
    3434                boot_mesg "Setting system clock..."
    35                 hwclock --hctosys ${CLOCKPARAMS} &>/dev/null
     35                hwclock --hctosys ${CLOCKPARAMS} >/dev/null
    3636                evaluate_retval
    3737                ;;
     
    3939        stop)
    4040                boot_mesg "Setting hardware clock..."
    41                 hwclock --systohc ${CLOCKPARAMS} &>/dev/null
     41                hwclock --systohc ${CLOCKPARAMS} >/dev/null
    4242                evaluate_retval
    4343                ;;
    4444
    4545        *)
    46                 echo "Usage: ${0} {start}"
     46                echo "Usage: ${0} {start|stop}"
    4747                ;;
    4848
Note: See TracChangeset for help on using the changeset viewer.