K 10
svn:author
V 8
minshall
K 8
svn:date
V 27
1986-05-13T14:34:29.000000Z
K 24
svn:entry:committed-date
V 27
1986-05-13T14:34:29.000000Z
K 7
svn:log
V 365
For and exit so that inetd can have us be a "wait" service. 
The problem with the old way is that there is a race between tftpd (starting 
up) and inetd (after forking and execing) to see who gets to read from port 
69 (the udp port).  If inetd wins, it will spawn another instance of tftpd. 
So, we read the packet from port 69, then fork and the parent returns.


END
