Date: Wed, 12 Apr 2000 11:06:11 -0400 (EDT) From: "Daniel T. Hagan" <dhagan@cslab.vt.edu> To: FreeBSD-gnats-submit@freebsd.org Cc: torstenb@freebsd.org, dhagan@cs.vt.edu Subject: ports/17952: [PATCH] tcp_wrappers port to give better forbidden message Message-ID: <200004121506.LAA53591@snowcow.cslab.vt.edu>
next in thread | raw e-mail | index | archive | help
>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<num>.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004121506.LAA53591>