Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 1999 19:38:05 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Joe Bo <ibjoe@home.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: uninstalling tcp wrappers? 
Message-ID:  <16189.938021885@axl.noc.iafrica.com>
In-Reply-To: Your message of "Wed, 22 Sep 1999 09:56:18 MST." <2.2.32.19990922165618.009c276c@netmail.home.com> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Wed, 22 Sep 1999 09:56:18 MST, Joe Bo wrote:

> Now I hear that v3.2 has tcpwrapper support in it already, (use
> the '-w' option to inetd and use ipfw) and I should uninstall the
> tcpwrapper port.
>
> Is this a good idea? How do I uninstall this port?

Yes it is. Find out the exact version that you installed. You can check
by doing this:

	ls -ld /var/db/pkg/tcp_wrappers*

You'll probably find that it's tcp_wrappers-7.6 . Then just remove it
with the pkg_delete command:

	pkg_delete tcp_wrappers-7.6

Have fun. Remember two things, though:

	1) You will have to rebuild any programs that were linked
	   against the old Tcp Wrappers. Watch out for ssh, if you use
	   it.

	2) The TCP Wrappers in the base system use hosts.{allow|deny}
	   files in /etc/ and not in /usr/local/etc .

Ciao,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16189.938021885>