Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <391041B1.6A723421@vinschen.de>
Date: Wed, 03 May 2000 17:11:45 +0200
From: Corinna Vinschen <corinna@vinschen.de>
Reply-To: cygwin <cygwin@sourceware.cygnus.com>
Organization: Cygnus Solutions, a Red Hat Company
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: Prentis Brooks <prentis@aol.net>
CC: cygwin <cygwin@sourceware.cygnus.com>
Subject: Re: Strange problem trying to compile tcpd
References: <BHEDKMMIDAOJJAGBAGOKEEEKCAAA.prentis@aol.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Prentis Brooks wrote:
> btw, does someone have a working inetd.conf that I can look at?  one
> does not ship on the CD and my only other refs are Solaris :)

The format is the same. If you're using the inetutils port you
need not using tcpd but call the deamons immediatly:

Instead of

ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  in.ftpd

use

ftp     stream  tcp     nowait  root    /usr/local/libexec/in.ftpd

Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

