From 19c04471ce76a3f803fdf47b964880266b529070 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sat, 14 Dec 2002 00:13:55 +0000 Subject: fixed the location of adjtime --- rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.sysinit b/rc.sysinit index 9197d13..a20e6bc 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -55,8 +55,8 @@ if [ "$HARDWARECLOCK" = "UTC" ]; then else /sbin/hwclock --localtime --hctosys fi -if [ ! -f /etc/adjtime ]; then - echo "0.0 0 0.0" > /etc/adjtime +if [ ! -f /var/lib/hwclock/adjtime ]; then + echo "0.0 0 0.0" > /var/lib/hwclock/adjtime fi if [ "$TIMEZONE" != "" ]; then /bin/ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime -- cgit v1.2.3