Changeset 5c79e0a in bootscripts-embedded


Ignore:
Timestamp:
Oct 22, 2013, 10:53:11 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
6bbb1f0
Parents:
2255872
Message:

shutdown: Match echo line to actual rtc write

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clfs/rc.d/shutdown

    r2255872 r5c79e0a  
    2121
    2222if [ -x /sbin/hwclock ] && [ -e /dev/rtc ]; then
    23         echo -n "Syncing hardware clock to system clock:"
     23        echo -n "Syncing system clock to hardware clock: "
    2424        hwclock --systohc --utc
    2525        check_status
Note: See TracChangeset for help on using the changeset viewer.