Date: 05 Dec 2002 09:12:02 +0300 From: Akifyev Sergey <asa@gascom.ru> To: Lord Raiden <dragoncrest@voyager.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Which one is the right FTP? Message-ID: <1039068722.298.26.camel@asa.gascom.net.ru> In-Reply-To: <4.2.0.58.20021204224006.00980f00@pop.voyager.net> References: <4.2.0.58.20021204224006.00980f00@pop.voyager.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1039068722.298.26.camel>