summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-10-29 09:45:49 +0000
committerRoy Marples <uberlord@gentoo.org>2007-10-29 09:45:49 +0000
commitb900057594e5f10c9db9e460b68192a4e726abf5 (patch)
tree5ffa0e392d92a03bd23fe8f00aa2d6a26d41ffbb /ChangeLog
parentIndent fixes (diff)
downloadbaselayout-b900057594e5f10c9db9e460b68192a4e726abf5.tar.gz
baselayout-b900057594e5f10c9db9e460b68192a4e726abf5.tar.bz2
baselayout-b900057594e5f10c9db9e460b68192a4e726abf5.zip
Network config arrays are now split by embedded new lines instead of being evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
svn path=/trunk/; revision=3067
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e5e6a12..8d1eb578 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
+ 29 Oct 2007; Roy Marples <uberlord@gentoo.org>:
+
+ Network config arrays are now split by embedded new lines instead of
+ being evaled into space separated values. This makes it easier to read,
+ maintain and document as discussed on gentoo-dev.
+
23 Oct 2007; Roy Marples <uberlord@gentoo.org>:
clock init script now works with busybox hwclock.