From bf0cc2dac43bde5249ad2a918006e560382f86d0 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 23 Oct 2007 20:00:08 +0000 Subject: clock init script now handles /etc/adjtime correctly. CLOCK_ADJTIME hinted that it could change the location of /etc/adjtime. This is not the case. --- conf.d.Linux/clock | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'conf.d.Linux/clock') diff --git a/conf.d.Linux/clock b/conf.d.Linux/clock index a7f4f47d..9fa4547b 100644 --- a/conf.d.Linux/clock +++ b/conf.d.Linux/clock @@ -1,19 +1,12 @@ -# If you wish to pass any other arguments to hwclock during bootup, +# If you wish to pass any other arguments to hwclock during bootup, # you may do so here. CLOCK_OPTS="" -# Newer FHS specs say this file should live in /var/lib rather than -# /etc. If you care about such things, feel free to change this value. -# Note that a blank value means that you do not wish to even use the -# adjtime facility. This is the default behavior as adjtime can be -# very fragile. If the clock is updated without updating the adjtime -# file (which is common when using services such as ntp), then the -# clock can be screwed up when it gets updated at next boot. - -#CLOCK_ADJTIME="/var/lib/adjtime" -#CLOCK_ADJTIME="/etc/adjtime" -CLOCK_ADJTIME="" +# Set CLOCK_ADJTIME if you wish hwclock to try and handle clock drift. +# Don't set this if you run a ntp service or anything else that handles +# clock drift. +CLOCK_ADJTIME="no" ### ALPHA SPECIFIC OPTIONS ### -- cgit v1.2.3