| Summary: | Missed in inetd(8): daemon does not start without file /etc/netconfig | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Dmitry Kazarov <kazarov> | ||||
| Component: | Books & Articles | Assignee: | Ceri Davies <ceri> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Hello, included patch should be sufficient. -- Sincerely, Daniel Gerzo State Changed From-To: open->patched Patched in head. Responsible Changed From-To: freebsd-doc->ceri My MFC reminder. State Changed From-To: patched->closed Pulled back to RELENG_5 and RELENG_6. Thanks. |
Section FILES of inetd(8) lists only /etc/inetd.conf configuration file /etc/rpc translation of service names to RPC program numbers /etc/services translation of service names to port numbers /var/run/inetd.pid the pid of the currently running inetd Trying to start inetd in jail I've found that without /etc/netconfig it dies with a cryptic message. Only digging in the sources solved the problem.