From owner-freebsd-current@FreeBSD.ORG Fri Jul 4 17:26:37 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 831DA37B401; Fri, 4 Jul 2003 17:26:37 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E6843FE9; Fri, 4 Jul 2003 17:26:35 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from ADMIN00 (admin00.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h650QVHZ041514; Fri, 4 Jul 2003 19:26:32 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <00b501c3428c$c4028520$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Scot W. Hetzel" , "Vincent Poy" , , References: <20030702150751.F3146-100000@oahu.WURLDLINK.NET> <00b001c34289$2968e980$11fd2fd8@westbend.net> Date: Fri, 4 Jul 2003 19:31:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=1.9 required=8.0 tests=FROM_AND_TO_SAME_6,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT_OE version=2.43 X-Spam-Level: * Subject: Re: src/libexec/tcpd doesn't work correctly with -DPROCESS_OPTIONS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 00:26:37 -0000 From: "Scot W. Hetzel" > You only enabled 1/3 of the source to use PROCESS_OPTIONS, you also need to > add the option to libwrap (lib/libwrap) and tcpdchk (src/usr.sbin/tcpdchk). > Small correction, the lib/libwrap/Makefile is setting PROCESS_OPTIONS in it's CFLAGS. The only other file that can use the PROCESS_OPTIONS setting is usr.sbin/tcpdchk. A grep for PROCESS_OPTIONS for libexec/tcpd (in contrib/tcp_wrappers) shows that tcpd.c doesn't use this option. Scot