From jasone@canonware.com  Wed Feb 16 23:02:33 2000
Return-Path: <jasone@canonware.com>
Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24])
	by hub.freebsd.org (Postfix) with ESMTP id F017C37B651
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Feb 2000 23:02:33 -0800 (PST)
	(envelope-from jasone@canonware.com)
Received: from canonware.com (canonware.com [207.20.242.18])
	by builder.freebsd.org (Postfix) with SMTP id CBC91132E3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Feb 2000 23:01:47 -0800 (PST)
Received: (qmail 23773 invoked by uid 1001); 17 Feb 2000 07:01:57 -0000
Message-Id: <20000216230157.L18774@sturm.canonware.com>
Date: Wed, 16 Feb 2000 23:01:57 -0800
From: Jason Evans <jasone@canonware.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Errors in the Handbook, section 4.4.18

>Number:         16773
>Category:       docs
>Synopsis:       Errors in the Handbook, section 4.4.18
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 16 23:10:01 PST 2000
>Closed-Date:    Wed Feb 16 23:20:59 PST 2000
>Last-Modified:  Wed Feb 16 23:24:27 PST 2000
>Originator:     Jason Evans
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:
>Description:

In section 4.4.18, the following is questionable:
----------------
Store the directory structure in a new file.

    # (cd /var/tmp/port-name && find * \! -type d) > OLD-DIRS
----------------                       ^^

I don't think the \! should be there, since that causes the command to list
everything *except* directories.

Also:
----------------
You must also add any newly created directories to the packing list. 

    # (cd /var/tmp/port-name && find * -type d) | comm -13 OLD-DIRS - | sed -e 's#^#@dirrm#' >> pkg/PLIST
----------------                                                                         ^^

There should proabably be a space between the 'm' and the '#'.

>How-To-Repeat:
>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: gsutter 
State-Changed-When: Wed Feb 16 23:20:59 PST 2000 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
