Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2002 14:42:21 +0200
From:      Peter Pentchev <roam@ringlet.net>
To:        Mark Murray <markm@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/libexec/tcpd Makefile
Message-ID:  <20020114144221.E299@straylight.oblivion.bg>
In-Reply-To: <200201121331.g0CDVVn16956@freefall.freebsd.org>; from markm@FreeBSD.org on Sat, Jan 12, 2002 at 05:31:31AM -0800
References:  <200201121331.g0CDVVn16956@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 12, 2002 at 05:31:31AM -0800, Mark Murray wrote:
> markm       2002/01/12 05:31:31 PST
> 
>   Added files:
>     libexec/tcpd         Makefile 
>   Log:
>   Build the TCP-wrapper helper "daemon" tcpd. This is not much use in
>   a bog-standard FreeBSD installation, as inetd(8) does that job, but
>   for inetd(8) replacemenrts such as xinetd, having this around makes
>   sense.

How about the attached patch, so that this is actually built? :)
Or should that be left pending a decision of whether we really want
tcpd(8) in the base system?

G'luck,
Peter

-- 
I am not the subject of this sentence.

Index: src/libexec/Makefile
===================================================================
RCS file: /home/ncvs/src/libexec/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- src/libexec/Makefile	1 Oct 2001 07:53:13 -0000	1.46
+++ src/libexec/Makefile	14 Jan 2002 12:40:00 -0000
@@ -24,6 +24,7 @@
 	rshd \
 	save-entropy \
 	talkd \
+	tcpd \
 	tftpd \
 	xtend \
 	ypxfr

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020114144221.E299>