- Timestamp:
- Nov 12, 2013, 7:07:14 AM (11 years ago)
- Branches:
- master
- Children:
- 6394df1
- Parents:
- e0e7d60
- Location:
- clfs/rc.d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
clfs/rc.d/shutdown
re0e7d60 r3a3ba03 20 20 done 21 21 22 if [ -x /sbin/hwclock ] && [ -e /dev/rtc ]; then22 if [ -x /sbin/hwclock ] && [ -e /dev/rtc0 ]; then 23 23 echo -n "Syncing system clock to hardware clock: " 24 24 hwclock --systohc --utc -
clfs/rc.d/startup
re0e7d60 r3a3ba03 21 21 check_status 22 22 23 if [ -x /sbin/hwclock ] && [ -e /dev/rtc *]; then23 if [ -x /sbin/hwclock ] && [ -e /dev/rtc0 ]; then 24 24 echo -n "Setting system clock: " 25 25 hwclock --hctosys --utc
Note:
See TracChangeset
for help on using the changeset viewer.