aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-26 07:05:33 +0000
committerRoy Marples <roy@marples.name>2007-09-26 07:05:33 +0000
commit8a7b58a73d0ef5a9a7f583bf73b1dc917f2a29de (patch)
treee8c0ac11ec2cf07ac9521dd987bb11fb351af10d /ChangeLog
parentab0edd43b9c6df2946e8a514b12e04db23f13c65 (diff)
rc_is_env is now rc_env_bool and just works with boolean values.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e72fd33f..62251162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
+ 26 Sep 2007; Roy Marples <uberlord@gentoo.org>:
+
+ rc_is_env is now rc_env_bool and just works with boolean values.
+ errno is set when it's not a boolean or does not exist.
+
25 Sep 2007; Mike Frysinger <vapier@gentoo.org>:
Skip consolefont setup when RC_TTY_NUMBER is set to 0.