From owner-freebsd-bugs Thu Dec 27 15:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43E3837B419 for ; Thu, 27 Dec 2001 15:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRNU1P93925; Thu, 27 Dec 2001 15:30:01 -0800 (PST) (envelope-from gnats) Received: from krusty.e-technik.uni-dortmund.de (krusty.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 1C81237B416; Thu, 27 Dec 2001 15:26:45 -0800 (PST) Received: from emma1.emma.line.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by krusty.e-technik.uni-dortmund.de (Postfix) with ESMTP id 0ED57A3826; Fri, 28 Dec 2001 00:26:42 +0100 (CET) Received: from freebsd.emma.line.org (freebsd.emma.line.org [192.168.0.4]) by emma1.emma.line.org (Postfix) with ESMTP id 86B00A2003; Fri, 28 Dec 2001 00:26:41 +0100 (CET) Received: by freebsd.emma.line.org (Postfix, from userid 500) id B7FED2D30F; Fri, 28 Dec 2001 00:26:39 +0100 (CET) Message-Id: <20011227232639.B7FED2D30F@freebsd.emma.line.org> Date: Fri, 28 Dec 2001 00:26:39 +0100 (CET) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org Cc: cjc@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/33261: FreeBSD base system does not install tcpd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33261 >Category: misc >Synopsis: FreeBSD base system does not install tcpd >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 15:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.emma.line.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Thu Dec 27 17:45:41 CET 2001 root@freebsd.emma.line.org:/usr/obj/usr/src/sys/M2A2 i386 >Description: tcpd and its manual page (part of tcp_wrappers by Wietse Venema) are not installed by make buildworld && make installworld tcpd should be compiled with -DHOSTS_OPTIONS and be installed into /usr/sbin. tcp_wrappers are claimed part of the base system and contained in the contrib subtree. ** NOTE: THIS IS A BUG REPORT AGAINST THE BASE SYSTEM, NOT THE PORTS TREE. ** PR #misc/33257 already reported this, but had been closed by cjc@freebsd.org after a misunderstanding. NOTE #2: Any argumentation that tcpd was deliberately left out is bogus: 1. The user may want to run inetd without -w to wrap only some services. 2. The user may want to run a super server that is not libwrap aware (other than inetd, from ports e. g.), and thus should be able to use tcpd. Therefore, tcpd should be installed. >How-To-Repeat: make buildworld && make installworld ; ls /usr/sbin >Fix: Fix the base system. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message