aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/slim/files/slim-1.3.1-vkbd-config.patch')
-rw-r--r--x11-misc/slim/files/slim-1.3.1-vkbd-config.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-misc/slim/files/slim-1.3.1-vkbd-config.patch b/x11-misc/slim/files/slim-1.3.1-vkbd-config.patch
deleted file mode 100644
index babaf41..0000000
--- a/x11-misc/slim/files/slim-1.3.1-vkbd-config.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- slim.conf 2009-07-03 21:39:34.000000000 +0200
-+++ slim.conf.new 2009-07-03 21:42:38.000000000 +0200
-@@ -9,6 +9,7 @@
- reboot_cmd /sbin/shutdown -r now
- console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
- #suspend_cmd /usr/sbin/suspend
-+#keyboard_cmd /usr/bin/xvkbd -xdm -compact -no-repeat
-
- # Full path to the xauth binary
- xauth_path /usr/bin/xauth
---- cfg.cpp 2008-09-26 02:54:15.000000000 +0200
-+++ cfg.cpp.new 2009-07-03 20:33:28.000000000 +0200
-@@ -42,6 +42,7 @@
- options.insert(option("sessionstop_cmd",""));
- options.insert(option("console_cmd","/usr/bin/xterm -C -fg white -bg black +sb -g %dx%d+%d+%d -fn %dx%d -T ""Console login"" -e /bin/sh -c ""/bin/cat /etc/issue; exec /bin/login"""));
- options.insert(option("screenshot_cmd","import -window root /slim.png"));
-+ options.insert(option("keyboard_cmd",""));
- options.insert(option("welcome_msg","Welcome to %host"));
- options.insert(option("session_msg","Session:"));
- options.insert(option("default_user",""));