Make the tftp inetd line match our default /etc/inetd.conf

PR:		52543
Submitted by:	arved
This commit is contained in:
Christian Brueffer 2003-05-22 06:43:12 +00:00
parent 37c4c612a3
commit 48aae5635d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17066

View file

@ -1935,7 +1935,7 @@ Exports list on foobar:
<para>Add this line to your
<filename>/etc/inetd.conf</filename>:</para>
<programlisting>tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot</programlisting>
<programlisting>tftp dgram udp wait root /usr/libexec/tftpd tftpd /tftpboot</programlisting>
<note><para>It appears that at least some PXE versions want
the TCP version of TFTP. In this case, add a second line,