From 48aae5635d0050068dfc9a1eab4def4dc17b8f67 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Thu, 22 May 2003 06:43:12 +0000 Subject: [PATCH] Make the tftp inetd line match our default /etc/inetd.conf PR: 52543 Submitted by: arved --- en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index df3bad28ec..2bdf1ab575 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -1935,7 +1935,7 @@ Exports list on foobar: Add this line to your /etc/inetd.conf: - tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot + tftp dgram udp wait root /usr/libexec/tftpd tftpd /tftpboot It appears that at least some PXE versions want the TCP version of TFTP. In this case, add a second line,