From owner-freebsd-doc Wed Feb 16 23:10: 3 2000 Delivered-To: freebsd-doc@freebsd.org Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id 6B50937B5CE for ; Wed, 16 Feb 2000 23:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id A5804132EB for ; Wed, 16 Feb 2000 23:09:20 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37508; Wed, 16 Feb 2000 23:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id F017C37B651 for ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org Subject: docs/16773: Errors in the Handbook, section 4.4.18 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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