aboutsummaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-config_Default
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm2/files/patch-config_Default')
-rw-r--r--x11/gdm2/files/patch-config_Default20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/gdm2/files/patch-config_Default b/x11/gdm2/files/patch-config_Default
deleted file mode 100644
index 1c82c6b155c7..000000000000
--- a/x11/gdm2/files/patch-config_Default
+++ /dev/null
@@ -1,20 +0,0 @@
---- config/Default.orig Mon Dec 23 23:53:42 2002
-+++ config/Default Mon Dec 23 23:54:11 2002
-@@ -7,7 +7,7 @@
-
- sysmodmap=/etc/X11/Xmodmap
-
--if command -v xmodmap > /dev/null 2>&1; then
-+if /usr/bin/which -s xmodmap > /dev/null 2>&1; then
- if [ -z "$GDM_PARENT_DISPLAY" ]; then
- if [ -f $sysmodmap ]; then
- xmodmap $sysmodmap
-@@ -17,7 +17,7 @@
- fi
- fi
-
--if command -v setxkbmap > /dev/null 2>&1; then
-+if /usr/bin/which -s setxkbmap > /dev/null 2>&1; then
- # FIXME: is this all right? Is this completely on crack?
- # What this does is move the xkb configuration from the GDM_PARENT_DISPLAY
- # FIXME: This should be done in code. Or there must be an easier way ...