From owner-freebsd-ports Wed Apr 12 8:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB6D537BF8D for ; Wed, 12 Apr 2000 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45913; Wed, 12 Apr 2000 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from alsatian.cslab.vt.edu (alsatian.cslab.vt.edu [198.82.184.21]) by hub.freebsd.org (Postfix) with ESMTP id 9394037BCCD; Wed, 12 Apr 2000 08:10:37 -0700 (PDT) (envelope-from dhagan@cslab.vt.edu) Received: from snowcow.cslab.vt.edu (root@snowcow.cslab.vt.edu [198.82.184.27]) by alsatian.cslab.vt.edu (8.9.3/8.9.3) with ESMTP id LAA08142; Wed, 12 Apr 2000 11:09:49 -0400 (EDT) (envelope-from dhagan@snowcow.cslab.vt.edu) Received: (from dhagan@localhost) by snowcow.cslab.vt.edu (8.9.3/8.9.3) id LAA53591; Wed, 12 Apr 2000 11:06:11 -0400 (EDT) (envelope-from dhagan) Message-Id: <200004121506.LAA53591@snowcow.cslab.vt.edu> Date: Wed, 12 Apr 2000 11:06:11 -0400 (EDT) From: "Daniel T. Hagan" Reply-To: dhagan@cs.vt.edu To: FreeBSD-gnats-submit@freebsd.org Cc: torstenb@freebsd.org, dhagan@cs.vt.edu X-Send-Pr-Version: 3.2 Subject: ports/17952: [PATCH] tcp_wrappers port to give better forbidden message Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17952 >Category: ports >Synopsis: [PATCH] tcp_wrappers port to give better forbidden message >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 12 08:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Daniel T. Hagan >Release: FreeBSD 3.4-RELEASE i386 >Organization: Virginia Tech Computer Science Department >Environment: >Description: The tcp_wrappers port is marked as forbidden now that the functionality is in the base system. However, there was a question on freebsd-security re. how to enable the wrappers. This patch updates the forbidden message to point people in the right direction. >How-To-Repeat: (cd ports/security/tcp_wrappers; make ) >Fix: This patch will be available at http://www.cs.vt.edu/~dhagan/freebsd/pr.patch once a id has been assigned to this pr. Index: Makefile =================================================================== RCS file: /src/cvs/ports/security/tcp_wrapper/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 2000/04/09 18:30:41 1.24 +++ Makefile 2000/04/12 14:54:15 @@ -14,7 +14,7 @@ MAINTAINER= torstenb@FreeBSD.org .if exists(/usr/include/tcpd.h) -FORBIDDEN= tcp_wrappers is in the base system +FORBIDDEN= tcp_wrappers is in the base system, see /etc/hosts.allow .endif ALL_TARGET= freebsd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message