summaryrefslogtreecommitdiff
path: root/x11/gdm/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-02 15:17:43 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-02 15:17:43 +0000
commit36d1560a27ac9c8ea339b2d56c9f34e47601e1ef (patch)
tree321930416322ce6dc65e2f43aa4c2717d1fb3369 /x11/gdm/patches
parent25d5d1d6c1efbb6ecff93224708e4ebb40a0b608 (diff)
downloadpkgsrc-36d1560a27ac9c8ea339b2d56c9f34e47601e1ef.tar.gz
Explicitly start the X server in the fifth virtual terminal (vt05) when we
are running under NetBSD (I guess other OSes don't need the fix, or need different defaults). This avoids the X server starting in the first virtual console, together with getty, causing annoying keyboard problems. Bump PKGREVISION to 1. Closes PR pkg/19434.
Diffstat (limited to 'x11/gdm/patches')
-rw-r--r--x11/gdm/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/patches/patch-aa b/x11/gdm/patches/patch-aa
index 54dc4b3b968..577f947c930 100644
--- a/x11/gdm/patches/patch-aa
+++ b/x11/gdm/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2004/04/01 18:49:37 jmmv Exp $
+$NetBSD: patch-aa,v 1.7 2004/04/02 15:17:43 jmmv Exp $
--- configure.orig 2004-03-15 19:38:10.000000000 +0100
+++ configure
@@ -24,7 +24,7 @@ $NetBSD: patch-aa,v 1.6 2004/04/01 18:49:37 jmmv Exp $
fi
+X_PATH="${X11BASE}/bin"
+X_SERVER_PATH="${X11BASE}/bin"
-+X_SERVER="${X11BASE}/bin/X"
++X_SERVER="${X11BASE}/bin/X ${X_SERVER_ARGS}"
+X_CONF_PATH="${X11BASE}/bin"