Changeset 1933be2 in clfs-embedded for bootscripts/clfs/rc.d/shutdown
- Timestamp:
- Sep 8, 2009, 11:33:21 AM (15 years ago)
- Branches:
- master
- Children:
- 67b70f4
- Parents:
- 2e856a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/rc.d/shutdown
r2e856a4 r1933be2 20 20 done 21 21 22 if [ -x /sbin/hwclock ] ; then22 if [ -x /sbin/hwclock ] && [ -e /dev/rtc ]; then 23 23 echo -n "Syncing hardware clock to system clock:" 24 24 hwclock --systohc --utc … … 38 38 echo -n "Unmounting all filesystems: " 39 39 umount -a -r 40
Note:
See TracChangeset
for help on using the changeset viewer.