From owner-freebsd-doc Fri Sep 28 17:10:13 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 155C137B40F for ; Fri, 28 Sep 2001 17:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8T0A0i25283; Fri, 28 Sep 2001 17:10:00 -0700 (PDT) (envelope-from gnats) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id D8C5F37B411 for ; 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 ; 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 Reply-To: Giorgos Keramidas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/30901: correction for the inetd.conf addition suggested for tftp in articles/pxe Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 @@ Add this line to your - /etc/inetd.conf: + /etc/inetd.conf: -tftp dgram udp wait nobody /usr/libexec/tftpd - - - - &prompt.root; tftpd /usr/tftpboot +tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /usr/tftpboot --- 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