From owner-freebsd-questions Wed Apr 26 5:33:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.unibe.ch (mailhub.unibe.ch [130.92.254.109]) by hub.freebsd.org (Postfix) with ESMTP id AFF9D37B57A for ; Wed, 26 Apr 2000 05:33:42 -0700 (PDT) (envelope-from roth@iamexwi.unibe.ch) Received: from iamexwi.unibe.ch (haegar.unibe.ch [130.92.71.10]) by mailhub.unibe.ch (PMDF V5.2-32 #42480) with ESMTP id <0FTM00H3AIRA27@mailhub.unibe.ch> for questions@FreeBSD.ORG; Wed, 26 Apr 2000 14:30:46 +0200 (MET DST) Received: from vangogh.unibe.ch (vangogh [130.92.62.27]) by iamexwi.unibe.ch (8.8.8+Sun/8.8.8) with ESMTP id OAA17473; Wed, 26 Apr 2000 14:34:18 +0200 (MET DST) Received: from localhost (roth@localhost) by vangogh.unibe.ch (8.9.1b+Sun/8.9.1) with ESMTP id OAA06887; Wed, 26 Apr 2000 14:34:15 +0200 (MET DST) Date: Wed, 26 Apr 2000 14:34:14 +0200 (MET DST) From: Tobias Roth Subject: Re: tcpd in 4.0-stable In-reply-to: <200004261205.IAA19603@moses.gencon.com> To: "James B. Huber" Cc: questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Forgive me if I'm just not seeing/finding this but..... > I can't find tcpd in 4.0-stable. It IS NOT on the system, Yes, it is. It is integrated in the system and works with my 4.0 Stable box which I freshly built on Monday. If you change /etc/hosts.allow, you will notice that tcpd really works. > a "man -k tcpd" shows: > mon1.genesis-net.net:/home/jbh: >% man -k tcpd > tcpdchk(8) - tcp wrapper configuration checker > tcpdmatch(8) - tcp wrapper oracle > tcpdump(1) - dump traffic on a network > tcpslice(1) - extract pieces of and/or glue together tcpdump files However, the man page has not been installed. You are correct here. > So, go to /usr/ports/security/tcp_wrappers and say "make", > that yields this: > mon1.genesis-net.net:/usr/ports/security/tcp_wrapper: >% asroot make > Welcome master James B. Huber. > Executing "make" as root. > ===> tcp_wrappers-7.6 is forbidden: tcp_wrappers is in the base system. Try this: Remove the forbidden line from the makefile, then do a make, but not a make install. After that, simply copy the man page(s) to the approptiate place. But the important thing is, the manpage IS missing and this should be corrected. cheers, Tobe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message