From owner-freebsd-questions Wed Dec 4 22:12: 4 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 B27D437B401 for ; Wed, 4 Dec 2002 22:12:03 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E29C43EC5 for ; Wed, 4 Dec 2002 22:12:02 -0800 (PST) (envelope-from asa@gascom.ru) Received: (qmail 48277 invoked from network); 5 Dec 2002 06:09:15 -0000 Received: from asa.gascom.net.ru (192.168.100.29) by mail.gascom.ru with SMTP; 5 Dec 2002 06:09:15 -0000 Subject: Re: Which one is the right FTP? From: Akifyev Sergey To: Lord Raiden Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <4.2.0.58.20021204224006.00980f00@pop.voyager.net> References: <4.2.0.58.20021204224006.00980f00@pop.voyager.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 05 Dec 2002 09:12:02 +0300 Message-Id: <1039068722.298.26.camel@asa.gascom.net.ru> Mime-Version: 1.0 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 On Thu, 2002-12-05 at 06:41, Lord Raiden wrote: > 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. cat /var/db/pkg/proftpd-*/+CONTENTS | fgrep -v @ should list all files in package, with path relative to prefix cat /var/db/pkg/proftpd-*/+CONTENTS | fgrep @cwd will give you the default prefix for a package. > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Regards, Sergey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message