Bug 12667

Summary: inetd doesn't HUP properly
Product: Base System Reporter: rich winkel <rich>
Component: binAssignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description rich winkel 1999-07-16 15:40:00 UTC

How-To-Repeat: With hosts.allow allowing "ALL: localhost : allow" only,
and everything commented out in inetd.conf except comsat, ntalk and
rstatd, start inetd.  Then edit inetd.conf and remove comment from
ftp.  killall -1 inetd and try to ftp from a REMOTE host to localhost.
syslog'd error message is "inetd[2125]: write: Bad file descriptor"
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-07-19 11:24:51 UTC
State Changed
From-To: open->analyzed

The problem you are seeing has been fixed in CURRNT. See PR 11860 for 
a patch if you don't want to wait for a merge from current. 


Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 1999-07-19 11:24:51 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

I'll close this PR when I MFC the numerous fixes outstanding from 
the STABLE branch. 
Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 1999-07-21 20:43:29 UTC
State Changed
From-To: analyzed->closed

This was not related to PR 11860, but rather to PR 12731. Fixed today 
in CURRENT and STABLE.