From owner-freebsd-questions Wed Sep 22 10:38:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 6271C14D83 for ; Wed, 22 Sep 1999 10:38:26 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11TqLF-0004D8-00; Wed, 22 Sep 1999 19:38:05 +0200 From: Sheldon Hearn To: Joe Bo Cc: freebsd-questions@FreeBSD.ORG Subject: Re: uninstalling tcp wrappers? In-reply-to: Your message of "Wed, 22 Sep 1999 09:56:18 MST." <2.2.32.19990922165618.009c276c@netmail.home.com> Date: Wed, 22 Sep 1999 19:38:05 +0200 Message-ID: <16189.938021885@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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