Correct instructions for enabling tftpd.
PR: docs/30901 Submitted by: Giorgos Keramidas <charon@labs.gr> Reviewed by: alfred
This commit is contained in:
parent
0e6048b5fc
commit
58a1bb65b5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10837
1 changed files with 3 additions and 7 deletions
|
@ -22,7 +22,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/pxe/article.sgml,v 1.5 2001/08/12 23:31:08 nik Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/pxe/article.sgml,v 1.6 2001/09/29 08:48:35 murray Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This article details the method used to allow machines to install
|
||||
|
@ -94,13 +94,9 @@
|
|||
|
||||
<step>
|
||||
<para>Add this line to your
|
||||
<filename>/etc/inetd.conf:</filename></para>
|
||||
<filename>/etc/inetd.conf</filename>:</para>
|
||||
|
||||
<programlisting>tftp dgram udp wait nobody /usr/libexec/tftpd</programlisting>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<screen>&prompt.root; <userinput>tftpd /usr/tftpboot</userinput></screen>
|
||||
<programlisting>tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /usr/tftpboot</programlisting>
|
||||
</step>
|
||||
</procedure>
|
||||
|
||||
|
|
Loading…
Reference in a new issue