repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
x11
/
xdm3d
/
patches
/
patch-ac
blob
4ec8aba3fac457ad8c4f75a5f3e1a456c4dac41b
1
$NetBSD$
2
3
--- xdmshell.c.orig Fri Aug 22 16:42:11 1997
4
+++ xdmshell.c Sun Dec 23 16:42:32 2001
5
@@ -186,7 +186,7 @@
6
* exec /usr/bin/X11/xdm -nodaemon -udpPort 0
7
*/
8
strcpy (cmdbuf, BINDIR);
9
- strcat (cmdbuf, "/xdm");
10
+ strcat (cmdbuf, "/xdm3d");
11
args[0] = cmdbuf;
12
args[1] = "-nodaemon";
13
args[2] = "-udpPort";