Re: update-inetd and vsftpd

2002-10-02 Thread Bob Proulx
Richard Otte <[EMAIL PROTECTED]> [2002-10-02 06:10:47 -0700]: > I wanted to use a simple ftp server so I installed vsftp. I checked my > /etc/inetd.conf file and see the following line: > > ##ftp stream tcp nowait root/usr/sbin/tcpd > /usr/sbin/vsftpd Hmm... Never having inst

Re: update-inetd and vsftpd

2002-10-02 Thread Claudio Bley
On Wed, 2002-10-02 at 15:10, Richard Otte wrote: > I wanted to use a simple ftp server so I installed vsftp. I checked my > /etc/inetd.conf file and see the following line: > > ##ftp stream tcp nowait root/usr/sbin/tcpd > /usr/sbin/vsftpd AFAIK, the default comment string whic

update-inetd and vsftpd

2002-10-02 Thread Richard Otte
I wanted to use a simple ftp server so I installed vsftp. I checked my /etc/inetd.conf file and see the following line: ##ftp stream tcp nowait root/usr/sbin/tcpd /usr/sbin/vsftpd I have never done this before, but I assumed that I needed to tell inetd to start vsftp. So as r