Bug 90435

Summary: Missed in inetd(8): daemon does not start without file /etc/netconfig
Product: Documentation Reporter: Dmitry Kazarov <kazarov>
Component: Books & ArticlesAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
inetd.8.diff none

Description Dmitry Kazarov 2005-12-15 14:50:02 UTC
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.
Comment 1 Daniel Gerzo 2005-12-29 23:38:35 UTC
Hello,
   
   included patch should be sufficient.

-- 
Sincerely,
   Daniel Gerzo
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2005-12-30 13:16:23 UTC
State Changed
From-To: open->patched

Patched in head. 


Comment 3 Ceri Davies freebsd_committer freebsd_triage 2005-12-30 13:16:23 UTC
Responsible Changed
From-To: freebsd-doc->ceri

My MFC reminder.
Comment 4 Ceri Davies freebsd_committer freebsd_triage 2006-01-07 13:58:06 UTC
State Changed
From-To: patched->closed

Pulled back to RELENG_5 and RELENG_6.  Thanks.