Bug 52543

Summary: bug in diskless operation chapter
Product: Documentation Reporter: Tilman Keskinoz <arved>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
advanced-networking.diff none

Description Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-21 23:00:34 UTC
	The line in the Handbook does not match our default in /etc/inetd.conf.
	The user has to be root, because the tftpd does a chroot. 

	From tftpd(8):

	Because chroot(2) requires super-user privileges, tftpd must
     	be run as root.  However, after performing the chroot(), tftpd will set
     	its user id to that of the specified user, or ``nobody'' if no -u option
     	is specified.
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2003-05-22 07:43:24 UTC
State Changed
From-To: open->closed

Committed, thanks!