[4887] in Athena Bugs
6.4R/7.0 Kerberos tftpd does not run from inetd
daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Tue May 8 08:41:52 1990
From: epeisach@ATHENA.MIT.EDU
Date: Tue, 8 May 90 08:41:37 -0400
To: bugs@ATHENA.MIT.EDU
Cc: probe@ATHENA.MIT.EDU
I have just determined why the tftpd that is normally installed from the
kerberos distribution does not run from inetd. The Imakefilefile is
missing a line
DEFINES=-DINETD
I compiled my own version with INETD defined and it works.
With this change in the Imakefile, we can then install the tftpd that
comes from kerberos instead of binary only from previous releases.
Ezra