Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 1998 18:22:10 +0200
From:      axl@iafrica.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8089: ports/security/tcp_wrapper tcpdmatch.8 broken
Message-ID:  <E0zO2XS-0000dp-00@axl.training.iafrica.com>

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

>Number:         8089
>Category:       ports
>Synopsis:       ports/security/tcp_wrapper tcpdmatch.8 broken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 29 09:30:01 PDT 1998
>Last-Modified:
>Originator:     Sheldon Hearn
>Organization:
UUNET Internet Africa
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:

	Ports

>Description:

	The patch applied to tcpdump.8 (patch-af) contains a typo.
	The result is that PREFIX is not expanded correctly in the
	installed manpage.

>How-To-Repeat:

	cd ports/security/tcp_wrapper ; make install ; man tcpdmatch

>Fix:
	
	The following patch corrects the typo in patch-af:

Index: patch-af
===================================================================
RCS file: /home/ncvs/ports/security/tcp_wrapper/patches/patch-af,v
retrieving revision 1.1
diff -u -d -r1.1 patch-af
--- patch-af	1997/08/05 08:36:00	1.1
+++ patch-af	1998/09/29 16:16:51
@@ -13,7 +13,7 @@
   request for service.  Examples are given below.
   .PP
   The program examines the \fItcpd\fR access control tables (default
-! \fI!!PREFIX!!/etc/hosts.allow\fR and \fI!!PREFIXX!!/etc/hosts.deny\fR) and prints its
+! \fI!!PREFIX!!/etc/hosts.allow\fR and \fI!!PREFIX!!/etc/hosts.deny\fR) and prints its
   conclusion.  For maximal accuracy, it extracts additional information
   from your \fIinetd\fR or \fItlid\fR network configuration file.
   .PP
>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?E0zO2XS-0000dp-00>