From: Ben Gras Date: Tue, 10 Apr 2007 13:40:09 +0000 (+0000) Subject: Don't always update CMOS on shutdown. X-Git-Tag: v3.1.3~10 X-Git-Url: http://zhaoyanbai.com/repos/rndc.html?a=commitdiff_plain;h=ef8ec86b78fe48dd83d245cb4d9e86af82b2265b;p=minix.git Don't always update CMOS on shutdown. --- diff --git a/etc/rc b/etc/rc index ae18ed6de..2578ad5a2 100755 --- a/etc/rc +++ b/etc/rc @@ -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 ;;