Bug 38126 - [PATCH] add option to rarpd for alternate tftp directory
Summary: [PATCH] add option to rarpd for alternate tftp directory
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 4.6-PRERELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: dwmalone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-16 00:20 UTC by Josh Elsasser
Modified: 2002-12-01 21:34 UTC (History)
0 users

See Also:


Attachments
file.diff (2.02 KB, patch)
2002-05-16 00:20 UTC, Josh Elsasser
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.