summaryrefslogtreecommitdiff
path: root/x11/xdm3d/patches/patch-ac
blob: b6fa17a5d8e206b99a1a5464a527e264c1b6c43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 2002/03/20 01:52:31 wiz Exp $

--- xdmshell.c.orig	Fri Aug 22 16:42:11 1997
+++ xdmshell.c	Sun Dec 23 16:42:32 2001
@@ -186,7 +186,7 @@
      * exec /usr/bin/X11/xdm -nodaemon -udpPort 0
      */
     strcpy (cmdbuf, BINDIR);
-    strcat (cmdbuf, "/xdm");
+    strcat (cmdbuf, "/xdm3d");
     args[0] = cmdbuf;
     args[1] = "-nodaemon";
     args[2] = "-udpPort";