From owner-freebsd-questions Wed Apr 26 6:45:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.campbell-mithun.com (Mercury.campbell-mithun.com [192.159.32.151]) by hub.freebsd.org (Postfix) with ESMTP id 352A737B847 for ; Wed, 26 Apr 2000 06:45:09 -0700 (PDT) (envelope-from swb@grasslake.net) Received: from marlowe (Marlowe.campbell-mithun.com [192.159.32.184]) by mercury.campbell-mithun.com (8.9.1a/8.9.1) with SMTP id IAA20374 for ; Wed, 26 Apr 2000 08:45:06 -0500 Message-ID: <022801bfaf85$abee8530$b8209fc0@marlowe> From: "Shawn Barnhart" To: References: Subject: Re: tcpd in 4.0-stable Date: Wed, 26 Apr 2000 08:45: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 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Tobias Roth" | I actually don't really care if there is no tcpd executable on the system, | as long as it's running (I guess that's what 'integrated in the base | system' means, no executable to start, but it's working anyway). After | all, the include file is present, and if you copy the manpage as well, you | got all you need. Traditionally there is no tcpd service started at boot time. It is typically executed as a front end to services listed in inetd.conf, and some stuff (like sendmail and portmap) can be built to link to its library (libwrap.a) to provide access control services. You should care if there is a tcpd executable -- you won't have any services started from inetd if your inetd.conf calls it to start other services... | Just trust me on this one, your tcpd works, even if you can't find an | executable. If you don't trust me, just check if I'm right by testing it Even if there is an executable, tcpd itself won't be doing anything unless inetd.conf is modified to use tcpd as a front end to the activated services. Applications linked against libwrap are another matter. On a side note, if tcpd is in 4.0's base system, what included services are linked against libwrap? portmap? nfs? sendmail? It would nice if everything with that option was buildable with that option. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message