From charon@labs.gr  Fri Sep 28 17:02:30 2001
Return-Path: <charon@labs.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id D8C5F37B411
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Sep 2001 17:02:29 -0700 (PDT)
Received: from hades.hell.gr (patr530-a031.otenet.gr [212.205.215.31])
	by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f8T02QR17739
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Sep 2001 03:02:27 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.6/8.11.6) id f8SNZZp73523;
	Sat, 29 Sep 2001 02:35:35 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200109282335.f8SNZZp73523@hades.hell.gr>
Date: Sat, 29 Sep 2001 02:35:35 +0300 (EEST)
From: Giorgos Keramidas <charon@labs.gr>
Reply-To: Giorgos Keramidas <charon@labs.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: correction for the inetd.conf addition suggested for tftp in articles/pxe
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 28 17:10:00 PDT 2001
>Closed-Date:    Sat Sep 29 02:03:00 PDT 2001
>Last-Modified:  Sat Sep 29 02:03:09 PDT 2001
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: murray 
State-Changed-When: Sat Sep 29 01:44:58 PDT 2001 
State-Changed-Why:  
I presume that we want to tell the user to HUP inetd after making 
the change.  I'd like to see what Alfred has to say before making the 
change.  (I've emailed him). 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30901 
State-Changed-From-To: analyzed->closed 
State-Changed-By: murray 
State-Changed-When: Sat Sep 29 02:03:00 PDT 2001 
State-Changed-Why:  
Committed, thanks! 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30901 
>Unformatted:
