From 1ba61643625693e011c2a159b2f5accca5d4c1f1 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 2 Oct 2008 16:16:14 +0000 Subject: setleds macht es umgekehrt, bernd wusste es nicht, pascal wusste es, hat es aber noch nicht korrigiert git-svn-id: https://svn.neo-layout.org@922 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/asdf | 2 +- linux/bin/uiae | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'linux') diff --git a/linux/bin/asdf b/linux/bin/asdf index 314f0c9..37804d9 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -82,7 +82,7 @@ if [ -z ${DISPLAY} ]; then set_keymap "${NEO_CONSOLE_KEYMAP}" if [ -e "${PATH_SETLEDS}" ]; then - "${PATH_SETLEDS}" -num || die "Failed to set NUM status." + "${PATH_SETLEDS}" +num || die "Failed to set NUM status." else die "setleds does not exist, cannot set NUM status." fi diff --git a/linux/bin/uiae b/linux/bin/uiae index e83c315..fa492fc 100755 --- a/linux/bin/uiae +++ b/linux/bin/uiae @@ -83,9 +83,9 @@ if [ -z ${DISPLAY} ]; then if [ -e "${PATH_SETLEDS}" ]; then if [ "${NUM_LOCK_STATUS}" = "on" ]; then - "${PATH_SETLEDS}" +num || die "Failed to set num lock status to on." + "${PATH_SETLEDS}" -num || die "Failed to set num lock status to on." else - "${PATH_SETLEDS}" -num || die "Failed to set num lock status to off." + "${PATH_SETLEDS}" +num || die "Failed to set num lock status to off." fi else die "setleds does not exist, cannot set NUM status." -- cgit v1.2.3