Date: Sat, 29 Sep 2001 02:35:35 +0300 (EEST) From: Giorgos Keramidas <charon@labs.gr> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/30901: correction for the inetd.conf addition suggested for tftp in articles/pxe Message-ID: <200109282335.f8SNZZp73523@hades.hell.gr>
next in thread | raw e-mail | index | archive | help
>Number: 30901
>Category: docs
>Synopsis: correction for the inetd.conf addition suggested for tftp in articles/pxe
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 28 17:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Giorgos Keramidas
>Release: FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4
19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386
>Description:
The addition described for inetd.conf to enable tftp in articles/pxe
does not seem very right to me. The patch attached fixes it.
>How-To-Repeat:
>Fix:
--- patch-aa begins here ---
Index: doc/en_US.ISO8859-1/articles/pxe/article.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/pxe/article.sgml,v
retrieving revision 1.5
diff -u -r1.5 article.sgml
--- doc/en_US.ISO8859-1/articles/pxe/article.sgml 12 Aug 2001 23:31:08 -0000 1.5
+++ doc/en_US.ISO8859-1/articles/pxe/article.sgml 28 Sep 2001 22:44:39 -0000
@@ -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>
--- patch-aa ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109282335.f8SNZZp73523>
