From 883c66008f7b9d522cc80f56d743283288cf863f Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Thu, 27 Jun 2013 16:17:58 +0200 Subject: Added /etc/default/locale by force for openSUSe 64bit, as sometimes when accessing the sshd from outside too early, the sshd stops(!) with message pam_env sshd:setcred unable to open file /etc/default/locale. This could be a DOS possibility. --- remote/modules/german/data/etc/default/locale | 1 + 1 file changed, 1 insertion(+) create mode 100644 remote/modules/german/data/etc/default/locale diff --git a/remote/modules/german/data/etc/default/locale b/remote/modules/german/data/etc/default/locale new file mode 100644 index 00000000..b20033b4 --- /dev/null +++ b/remote/modules/german/data/etc/default/locale @@ -0,0 +1 @@ +LANG="de_DE.UTF-8" -- cgit v1.2.3-55-g7522 From bcc931939cd0d00efa5ed795276d4185dec6dcf8 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Thu, 27 Jun 2013 17:12:59 +0200 Subject: Added setterm 64bit just for convenience (to kill that annoying console beep) --- remote/modules/debug/debug.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf index 3eb13363..17b4ca60 100644 --- a/remote/modules/debug/debug.conf +++ b/remote/modules/debug/debug.conf @@ -1,2 +1,4 @@ REQUIRED_BINARIES=" strace - ldd" + ldd + setterm +" -- cgit v1.2.3-55-g7522 From f092088ccda6c396da469044f263a72bbb7d3aa5 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Thu, 27 Jun 2013 17:19:00 +0200 Subject: German keytable configuration file for X include directory --- remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf diff --git a/remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf b/remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf new file mode 100644 index 00000000..9c8a58fe --- /dev/null +++ b/remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "LocalKeyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "de" + Option "XkbVariant" "nodeadkeys" +EndSection -- cgit v1.2.3-55-g7522