[3206] in testers
sun4 8.1.3: inetd.conf
daemon@ATHENA.MIT.EDU (mhpower@MIT.EDU)
Sat Jun 7 23:50:52 1997
From: mhpower@MIT.EDU
To: testers@MIT.EDU
Date: Sat, 07 Jun 1997 23:50:45 EDT
What were you trying to do?
Read the /etc/athena/inetd.conf file.
What's wrong:
It has a commented-out section referring to tftpd
that mentions "Digital" and gives a pathname that
doesn't exist on the machine, which was not
manufactured by "Digital".
What should have happened:
The patch below should correct the problem.
*** /mit/source-8.1/packs/config/platform/sun4/inetd.conf.athena Tue Feb 18 01:26:52 1997
--- inetd.conf.athena Sat Jun 7 23:40:14 1997
***************
*** 22,26 ****
# Remote access services that should normally be disabled.
! # Digital's vs. Athena's version
#tftp dgram udp wait switched root /usr/athena/etc/tftpd tftpd
! #tftp dgram udp wait switched root /usr/etc/tftpd tftpd
#exec stream tcp nowait switched root /etc/rexecd rexecd
--- 22,26 ----
# Remote access services that should normally be disabled.
! # Athena's vs. Sun's version
#tftp dgram udp wait switched root /usr/athena/etc/tftpd tftpd
! #tftp dgram udp wait switched root /usr/sbin/in.tftpd tftpd
#exec stream tcp nowait switched root /etc/rexecd rexecd
Please describe any relevant documentation references: