aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parentdc3bce5dae6daf7a9d3c2996fdc581241549d165 (diff)
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 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8369e6c..6015183b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
+ 23 Oct 2007; Roy Marples <uberlord@gentoo.org>:
+
+ 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.
+
19 Oct 2007; Roy Marples <uberlord@gentoo.org>:
Mount /dev/shm for Linux systems, even not when in /etc/fstab, #196345.