Bug 38126

Summary: [PATCH] add option to rarpd for alternate tftp directory
Product: Base System Reporter: Josh Elsasser <jre>
Component: binAssignee: dwmalone
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.6-PRERELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Josh Elsasser 2002-05-16 00:20:01 UTC
	Rarpd uses files in /tftpboot to determine if it can boot the
client.  Tftpd can be told via command-line options to use a directory
other than /tftpboot, however rarpd will still look in /tftpboot.  It
is possible to have rarpd use an alternate directory, but only at
compile-time.

Fix: Add a command-line option to specify a non-default tftpN*directory to use.  Update manpage as well.
How-To-Repeat: 	Try to a directory other than /tftboot as your tftp directory.
Comment 1 dwmalone freebsd_committer freebsd_triage 2002-09-15 16:37:58 UTC
Responsible Changed
From-To: freebsd-bugs->dwmalone

-t option has been added by rwattson, but still needs to be added to 
usage. I'll close the PR when I MFC it.
Comment 2 dwmalone freebsd_committer freebsd_triage 2002-12-01 21:34:12 UTC
State Changed
From-To: open->closed

-t now merged from current.