Don't always update CMOS on shutdown.

This commit is contained in:
Ben Gras 2007-04-10 13:40:09 +00:00
parent 18e7b315a1
commit ef8ec86b78

3
etc/rc
View file

@ -160,9 +160,6 @@ Mount $usr /usr failed -- Single user."
;;
down|stop)
sync
# Update CMOS
echo -n 'Updating CMOS.. '
readclock -w && echo Done || echo Failed
# Tell RS server we're going down.
service shutdown
;;