Which one is the right FTP?

2002-12-04 Thread Lord Raiden
	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.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Which one is the right FTP?

2002-12-04 Thread Lowell Gilbert
Lord Raiden [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Which one is the right FTP?

2002-12-04 Thread Akifyev Sergey
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 [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

Regards,
Sergey


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Which one is the right FTP?

2002-12-04 Thread Wilkinson,Alex
cat /usr/ports/ftp/proftpd/pkg-plist

 - aW


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.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Which one is the right FTP?

2002-12-04 Thread David Siebörger
At  8:12 AM on Thursday  5 December 2002, Akifyev Sergey wrote:
   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.

pkg_info -Lx proftpd would be far less painful.


-- 
David Siebörger
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message