| Summary: | hosts.allow requires entry for BOTH tcpd and telnetd in 'tcp_wrapped' inetd. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | ggm <ggm> |
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
ggm
1999-07-15 12:20:01 UTC
State Changed From-To: open->closed To quote the inetd manpage: "The tcpd daemon is not required, as that functionality is builtin." If you insist on using tcpd regardless, then it will require its own entry in /etc/hosts.allow _and_ it'll want /usr/local/etc/hosts.allow if you got it from a port or package. :-) |