diff options
author | Roy Marples <roy@marples.name> | 2007-09-26 07:05:33 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-26 07:05:33 +0000 |
commit | 8a7b58a73d0ef5a9a7f583bf73b1dc917f2a29de (patch) | |
tree | e8c0ac11ec2cf07ac9521dd987bb11fb351af10d /ChangeLog | |
parent | ab0edd43b9c6df2946e8a514b12e04db23f13c65 (diff) |
rc_is_env is now rc_env_bool and just works with boolean values.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |