Gentoo Archives: gentoo-dev

From: Chris Houser <chouser@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] how to close port 6000 in gentoo
Date: Wed, 12 Sep 2001 07:13:06
Message-Id: 20010912091153.C421887@plato.zk3.dec.com
In Reply to: Re: [gentoo-dev] how to close port 6000 in gentoo by Einar Karttunen
1 Einar Karttunen wrote: [Wed Sep 12 2001, 5:16:49AM EDT]
2 > On Tue, Sep 11, 2001 at 10:00:11PM -0500, Ben Lutgens wrote:
3 > > If you're using xdm do the following:
4 > > edit /etc/X11/xdm/Xservers to say
5 > >
6 > > local /usr/X11R6/bin/X -nolisten tcp
7 > Is there anyway to do this if one is not using xdm?
8
9 I added to the serverargs in my startx script, like this:
10
11 # chouser's paranoia
12 serverargs="$serverargs -nolisten tcp"
13
14 --Chouser