Bug 3382 - bootp.8 -t option
Summary: bootp.8 -t option
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-04-25 12:40 UTC by furuta
Modified: 1997-08-24 19:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description furuta 1997-04-25 12:40:01 UTC
	In bootp code, -t timeout is counted in minutes
	rather than in seconds.

Fix: 

--
furuta@sra.co.jp (Atsushi Furuta)
   Advanced Technology Group.  Software Research Associates, Inc.--WjDf2PEeB9Ws7ruX8l3xyFo3Tnuj1LSmgIE5cPNCEzrxkxJx
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- bootpd.8~	Thu Apr 10 13:48:37 1997
+++ bootpd.8	Fri Apr 25 20:29:24 1997
@@ -115,7 +115,7 @@
 process will wait for a BOOTP packet before exiting.
 If no packets are recieved for
 .I timeout
-seconds, then the program will exit.
+minutes, then the program will exit.
 A timeout value of zero means "run forever".
 In standalone mode, this option is forced to zero.
 .TP
How-To-Repeat: 
	% man 8 bootp
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 1997-08-24 19:31:55 UTC
State Changed
From-To: open->closed


Fixed in rev 1.6 of bootpd.8, thanks!