summaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-config_Default
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 18:42:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 18:42:25 +0000
commit336b31c3940aea29270fc9fd9b51d3ba1633729e (patch)
treeab986f61fb6fef3625ba83cee9ea5d304243bfe8 /x11/gdm2/files/patch-config_Default
parentadd ocaml-images 2.10 (diff)
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
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 ...