Magellan Linux

Annotation of /trunk/xorg-old/patches-6.8.2-r10/0129_all_startx-nolisten-tcp.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 167 - (hide annotations) (download)
Tue May 8 20:58:51 2007 UTC (17 years, 1 month ago) by niro
File size: 405 byte(s)
-import

1 niro 167 diff -urN xc-old/programs/xinit/startx.cpp xc/programs/xinit/startx.cpp
2     --- xc-old/programs/xinit/startx.cpp 2003-09-15 04:24:58.000000000 -0400
3     +++ xc/programs/xinit/startx.cpp 2003-09-15 04:28:50.000000000 -0400
4     @@ -53,7 +53,7 @@
5     sysclientrc=XINITDIR/xinitrc
6     sysserverrc=XINITDIR/xserverrc
7     defaultclientargs=""
8     -defaultserverargs=""
9     +defaultserverargs="-nolisten tcp"
10     clientargs=""
11     serverargs=""
12