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 (limited to 'remote/modules/german') 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 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 (limited to 'remote/modules/german') 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