Author: alexander
Date: 2005-06-28 07:09:46 -0600 (Tue, 28 Jun 2005)
New Revision: 286

Modified:
   x86/branches/6.1/packages/Xorg/Makefile
Log:
Don't listen on tcp/6000 by default.
Unix domain socket is sufficient to run X applications.


Modified: x86/branches/6.1/packages/Xorg/Makefile
===================================================================
--- x86/branches/6.1/packages/Xorg/Makefile     2005-06-28 03:08:44 UTC (rev 
285)
+++ x86/branches/6.1/packages/Xorg/Makefile     2005-06-28 13:09:46 UTC (rev 
286)
@@ -41,6 +41,8 @@
         ln -sf ../X11R6/include/X11 /usr/include/X11 && \
         /sbin/ldconfig ; fi
        @echo "/tmp/.ICE-unix dir 1777 root root" >> /etc/sysconfig/createfiles
+       @echo -e "#!/bin/sh\nexec /usr/X11R6/bin/X -nolisten tcp" 
>/etc/X11/xinit/xserverrc
+       @chmod 755 /etc/X11/xinit/xserverrc
        @cp $(ROOT)/etc/fonts/local.conf /etc/fonts/local.conf && \
         fc-cache
        @make clean

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to