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: '[email protected]' > 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. > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
