summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-09-28 14:53:38 +0000
committerRoy Marples <uberlord@gentoo.org>2007-09-28 14:53:38 +0000
commit89169c5ed2eb81624cb8a211795902504d4295a8 (patch)
tree930d832f2ef37f50c99a1363958c9bfd57f05e41 /ChangeLog
parent keymaps now sets unicode keyboard on all defined ttys, #192442 (diff)
downloadbaselayout-89169c5ed2eb81624cb8a211795902504d4295a8.tar.gz
baselayout-89169c5ed2eb81624cb8a211795902504d4295a8.tar.bz2
baselayout-89169c5ed2eb81624cb8a211795902504d4295a8.zip
rc_service_state now returns the state as a mask, which means that we can do things with just the one call making is more efficient.
svn path=/trunk/; revision=2953
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfce9430..91ddc634 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
28 Sep 2007; Roy Marples <uberlord@gentoo.org>:
+ rc_service_state now returns the state as a mask, which means that
+ we can do things with just the one call making is more efficient.
keymaps now sets unicode keyboard on all defined ttys, #192442
thanks to Pacho Ramos.
net.sh now checks to see if root is net mounted if no predown function