From 68befdff72202821477a6c2ee7ced18600f92786 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 15 Jun 2011 21:15:22 +0200 Subject: timesync: let timesync set the rtc with respect to gmtdelta --- rc/bin/fshalt | 2 -- rc/bin/setrtc | 4 ---- 2 files changed, 6 deletions(-) delete mode 100755 rc/bin/setrtc (limited to 'rc') diff --git a/rc/bin/fshalt b/rc/bin/fshalt index 6dbf51c13..ad3dc52c8 100755 --- a/rc/bin/fshalt +++ b/rc/bin/fshalt @@ -15,8 +15,6 @@ case * path=(/bin) builtin cd / -setrtc - unmount /mnt/consoles >[2]/dev/null kill consolefs | rc # don't compete with /mnt/consoles sleep 1 diff --git a/rc/bin/setrtc b/rc/bin/setrtc deleted file mode 100755 index 43ccdc09e..000000000 --- a/rc/bin/setrtc +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/rc -# setrtc - set real-time clock to current system time -if (test -e '#r/rtc') - awk '{print $1}' /dev/time >'#r/rtc' -- cgit v1.2.3