On Wed, Oct 03, 2001 at 03:37:54PM -0400, Peter Marchetti wrote: > Thanks to everyone who told me how to find the libwrap.a file. Now I have a > problem with compiling TCP wrappers. It asks for the location of the TCP > deamons in the makefile, (which has to be edited by hand, or entered on a > command line.) I can't seem to find the location.
Look in your /etc/inetd.conf file, for lines like this: ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l telnet stream tcp nowait root /usr/lbin/telnetd telnetd In my case (HP-UX 10.20) the daemons live in /usr/lbin. But I'm sure it's different on your platform. (You're going to need to edit your inetd.conf file later on if you actually want to *use* TCP wrappers to protect those services.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
