2008/9/18 Thomas Bächler <thomas@archlinux.org>:
Thomas Bächler schrieb:
Fixes bug http://bugs.archlinux.org/task/9739, No other changes (except a comment removed). Please sign off.
And another one, forgot to fix a trivial bug related to functions.d. Sign off again.
The following patch fixes small issue. I tried to push it but got: $ git push fatal: The remote end hung up unexpectedly Why? From d976a43bf197fa8e4fec155ff8cfd5ac63480dfa Mon Sep 17 00:00:00 2001 From: Roman Kyrylych <roman@archlinux.org> Date: Sun, 21 Sep 2008 15:47:24 +0300 Subject: [PATCH] Added missing slash Signed-off-by: Roman Kyrylych <roman@archlinux.org> --- rc.sysinit | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rc.sysinit b/rc.sysinit index a24f692..76ce5a2 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -359,7 +359,7 @@ if echo "$LOCALE" | /bin/grep -qi utf ; then # this code is needed not only for older kernels, # but also when user has set vt.default_utf8=0 but LOCALE is *.UTF-8. for i in $(/usr/bin/seq 0 63); do - usr/bin/kbd_mode -u < /dev/vc/${i} + /usr/bin/kbd_mode -u < /dev/vc/${i} printf "\e%%G" > /dev/vc/${i} done # the $CONSOLE check helps us avoid this when running scripts from cron -- 1.6.0.2 -- Roman Kyrylych (Роман Кирилич)