Actually, it would be:
ftp     stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l -D
-a 127.0.0.1

Sorry for the confusion,
Scott
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Scott Hiemstra
> Sent: Wednesday, May 10, 2006 4:54 PM
> To: freebsd-questions@freebsd.org
> Subject: RE: daemon to listen on localhost only?
> 
> For the stock freebsd ftpd, you should be able to change inetd.conf:
> FROM
> ftp     stream  tcp     nowait  root    /usr/libexec/ftpd     
>   ftpd -l
> TO
> ftp     stream  tcp     nowait  root    /usr/libexec/ftpd     
>   ftpd -l -a
> 127.0.0.1
> 
> I think that should work but untested.
> 
> Scott
>  
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> Sean Murphy
> > Sent: Wednesday, May 10, 2006 4:43 PM
> > To: 'freebsd-questions@freebsd.org'
> > Subject: Re: daemon to listen on localhost only?
> > 
> > the ftp daemon that is started with inetd it is the ftp that 
> > comes with 
> > the freebsd system 5.4.
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to 
> > "[EMAIL PROTECTED]"
> > 
> > 
> 
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 
> 


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to