2013-09-26 17:14:40 +02:00

14 lines
390 B
Plaintext

$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";