From owner-freebsd-questions Wed Dec 4 19:53:41 2002 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 C888B37B401 for ; Wed, 4 Dec 2002 19:53:40 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9B943EC2 for ; Wed, 4 Dec 2002 19:53:40 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <2002120503533900100s9jlpe>; Thu, 5 Dec 2002 03:53:39 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id gB53rc7v018065; Wed, 4 Dec 2002 22:53:38 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id gB53rcHS018062; Wed, 4 Dec 2002 22:53:38 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: Lord Raiden Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Which one is the right FTP? References: <4.2.0.58.20021204224006.00980f00@pop.voyager.net> From: Lowell Gilbert Date: 04 Dec 2002 22:53:38 -0500 In-Reply-To: <4.2.0.58.20021204224006.00980f00@pop.voyager.net> Message-ID: <44smxdf7el.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Lord Raiden writes: > Ok, got a slight dilemma. Installed ProFTPD just a few days > back and was trying to fire up my FTP server using /usr/libexec/ftpd. > Well low and behold, that's still the default FTP server for Freebsd. > I thought that when you installed ProFTPD it overwrote that. If no, > then where did it put it? Thanks for the help. Ports should *not* overwrite the base system. To find out how a port installed itself, use the pkg_info(1) command. In this case, I think you'll find ${PREFIX}/libexec/proftpd is what you're looking for, assuming you haven't redefined your ports prefix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message