summaryrefslogtreecommitdiff
path: root/conf.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-23 20:00:08 +0000
committerRoy Marples <roy@marples.name>2007-10-23 20:00:08 +0000
commitbf0cc2dac43bde5249ad2a918006e560382f86d0 (patch)
tree478e3740ef81e906853fa8af89bcf260af9f1d9b /conf.d.Linux
parentdc3bce5dae6daf7a9d3c2996fdc581241549d165 (diff)
downloadopenrc-bf0cc2dac43bde5249ad2a918006e560382f86d0.tar.gz
openrc-bf0cc2dac43bde5249ad2a918006e560382f86d0.tar.bz2
openrc-bf0cc2dac43bde5249ad2a918006e560382f86d0.tar.xz
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.
Diffstat (limited to 'conf.d.Linux')
-rw-r--r--conf.d.Linux/clock17
1 files changed, 5 insertions, 12 deletions
diff --git a/conf.d.Linux/clock b/conf.d.Linux/clock
index a7f4f47..9fa4547 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 ###