K 10 svn:author V 5 garga K 8 svn:date V 27 2011-11-19T14:31:23.000000Z K 7 svn:log V 444 rinetd fails to close the configuration file (fopen twice, fclose only once) when reading its configuration. Therefore on every configuration reload (through SIGHUP) one file descriptor is lost. In an environment where this is done frequently (e.g. to re-lookup DNS names) the system will run out of file descriptors soon (kern.maxfiles) until rinetd crashes. PR: ports/162673 Submitted by: Michael Gmelin Feature safe: yes END