From owner-freebsd-ports@FreeBSD.ORG Tue Sep 21 14:26:23 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A5EF16A4CE for ; Tue, 21 Sep 2004 14:26:23 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA40A43D4C for ; Tue, 21 Sep 2004 14:26:22 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so1692908rnk for ; Tue, 21 Sep 2004 07:26:15 -0700 (PDT) Received: by 10.38.82.34 with SMTP id f34mr1391382rnb; Tue, 21 Sep 2004 07:26:14 -0700 (PDT) Received: by 10.38.75.49 with HTTP; Tue, 21 Sep 2004 07:26:14 -0700 (PDT) Message-ID: <790a9fff040921072655f2318e@mail.gmail.com> Date: Tue, 21 Sep 2004 09:26:14 -0500 From: Scot Hetzel To: "Haulmark, Chris" In-Reply-To: <6FC9F9894A9F8C49A722CF9F2132FC2201DF1055@ms05.mailstreet2003.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6FC9F9894A9F8C49A722CF9F2132FC2201DF1055@ms05.mailstreet2003.net> cc: freebsd-ports@freebsd.org Subject: Re: Proftpd rc.d proftpd.sh broken? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 14:26:23 -0000 On Tue, 21 Sep 2004 04:40:13 -0400, Haulmark, Chris wrote: > When I kill the proftpd and try running: > > /usr/local/etc/rc.d/proftpd.sh start > > It shows no errors or any clues that it has started up. Netstat, > ps, or sockstat shows that proftpd is not running. > > Is there any modifications I need to do to this proftpd.sh? > Read the proftpd.sh, it tells you what you need to do in order to start proftpd (Hint: it's an RCNG script). Scot