Make the tftp inetd line match our default /etc/inetd.conf
PR: 52543 Submitted by: arved
This commit is contained in:
parent
37c4c612a3
commit
48aae5635d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17066
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue