Changeset 1d02f01 in bootscripts-standard for clfs/init.d/setclock
- Timestamp:
- Oct 23, 2007, 1:07:58 AM (17 years ago)
- Branches:
- master
- Children:
- 1680407
- Parents:
- d8a3177
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
clfs/init.d/setclock
rd8a3177 r1d02f01 33 33 start) 34 34 boot_mesg "Setting system clock..." 35 hwclock --hctosys ${CLOCKPARAMS} &>/dev/null35 hwclock --hctosys ${CLOCKPARAMS} >/dev/null 36 36 evaluate_retval 37 37 ;; … … 39 39 stop) 40 40 boot_mesg "Setting hardware clock..." 41 hwclock --systohc ${CLOCKPARAMS} &>/dev/null41 hwclock --systohc ${CLOCKPARAMS} >/dev/null 42 42 evaluate_retval 43 43 ;; 44 44 45 45 *) 46 echo "Usage: ${0} {start }"46 echo "Usage: ${0} {start|stop}" 47 47 ;; 48 48
Note:
See TracChangeset
for help on using the changeset viewer.