Bug 55391

Summary: plist generation instructions incorrect
Product: Documentation Reporter: Matthew Reimer <mreimer>
Component: Books & ArticlesAssignee: Tom Hukins <tom>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
plist.patch none

Description Matthew Reimer 2003-08-08 18:00:33 UTC
	The instructions in the Porter's handbook (porting-autoplist.html)
	on how to generate a plist are incorrect. Twice on this page the
	-r argument is passed to sort which breaks the use of comm in the
	last command.

Fix: 

Don't pass -r to sort either time sort is used.
Comment 1 Tom Hukins freebsd_committer freebsd_triage 2003-08-27 15:05:51 UTC
Responsible Changed
From-To: freebsd-doc->tom

I'll take this
Comment 2 Tom Hukins freebsd_committer freebsd_triage 2003-08-28 19:57:34 UTC
On Fri, Aug 08, 2003 at 11:59:55AM -0500, Matthew Reimer wrote:
> 
> 	The instructions in the Porter's handbook (porting-autoplist.html)
> 	on how to generate a plist are incorrect. Twice on this page the
> 	-r argument is passed to sort which breaks the use of comm in the
> 	last command.

Please take a look at this patch and let me know if it fixes the
problem.

Tom
Comment 3 Tom Hukins freebsd_committer freebsd_triage 2003-09-10 11:21:04 UTC
State Changed
From-To: open->closed

Committed in revision 1.327 of porters-handbook/book.sgml