From owner-freebsd-questions@FreeBSD.ORG Mon Oct 9 22:10:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E7F916A417 for ; Mon, 9 Oct 2006 22:10:48 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C34E43D5D for ; Mon, 9 Oct 2006 22:10:46 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GX3Jz-0003LI-Lr for freebsd-questions@freebsd.org; Tue, 10 Oct 2006 00:10:03 +0200 Received: from r5h168.net.upc.cz ([86.49.7.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Oct 2006 00:10:03 +0200 Received: from gamato by r5h168.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Oct 2006 00:10:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: martinko Date: Sun, 08 Oct 2006 10:52:02 +0200 Lines: 11 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5h168.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20060923 SeaMonkey/1.0.5 Sender: news Cc: freebsd-x11@freebsd.org Subject: moving from startx to wdm -- how to make x11 not to listen on tcp ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 22:10:48 -0000 Hello, I've been using startx / .xinitrc to start up X11 up till now and I made sure startx ran X11 with "-nolisten tcp". Now I'm moving to WDM and I'm not sure how to tell X11 not to listen on port 6000. :-/ What is the best way to achieve this, please ? Cheers, Martin