diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-09-28 14:53:38 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-09-28 14:53:38 +0000 |
commit | 89169c5ed2eb81624cb8a211795902504d4295a8 (patch) | |
tree | 930d832f2ef37f50c99a1363958c9bfd57f05e41 /ChangeLog | |
parent | keymaps now sets unicode keyboard on all defined ttys, #192442 (diff) | |
download | baselayout-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |