Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2000 23:01:57 -0800
From:      Jason Evans <jasone@canonware.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/16773: Errors in the Handbook, section 4.4.18
Message-ID:  <20000216230157.L18774@sturm.canonware.com>

next in thread | raw e-mail | index | archive | help

>Number:         16773
>Category:       docs
>Synopsis:       Errors in the Handbook, section 4.4.18
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 16 23:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000216230157.L18774>