From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 23:43:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 793CA16A4BF for ; Mon, 22 Sep 2003 23:43:59 -0700 (PDT) Received: from mail.trueafrican.com (mail.trueafrican.com [212.88.98.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBED44001 for ; Mon, 22 Sep 2003 23:43:57 -0700 (PDT) (envelope-from begj@trueafrican.com) Received: from mail.trueafrican.com ([127.0.0.1]) by localhost (mail.trueafrican.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38860-05; Tue, 23 Sep 2003 09:46:44 +0300 (EAT) Received: by mail.trueafrican.com (Postfix, from userid 520) id 740851637A3; Tue, 23 Sep 2003 09:46:44 +0300 (EAT) Date: Tue, 23 Sep 2003 09:46:44 +0300 (EAT) From: Joseph Begumisa To: Charles Howse In-Reply-To: <008601c3815f$15085650$04fea8c0@moe> Message-ID: <20030923094540.A40224@mail.trueafrican.com> References: <008601c3815f$15085650$04fea8c0@moe> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Running vsftpd from inetd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 06:43:59 -0000 On Mon, 22 Sep 2003, Charles Howse wrote: > Hi, > Would anyone running vsftpd successfully from inetd be kind enough to > share the relevant line from their inetd.conf file? hi, below is the line that i use in my inetd.conf for vsftpd. ftp stream tcp nowait root /usr/local/libexec/vsftpd vsftpd Joseph.