From owner-freebsd-doc Fri Jul 13 13: 1: 0 2001 Delivered-To: freebsd-doc@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id A831937B40B; Fri, 13 Jul 2001 13:00:50 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 666A8543D; Fri, 13 Jul 2001 22:00:46 +0200 (CEST) Date: Fri, 13 Jul 2001 22:00:46 +0200 From: Anton Berezin To: doc@FreeBSD.org, ports@FreeBSD.org Subject: Document parameters to pkg-req Message-ID: <20010713220046.C57916@heechee.tobez.org> Mail-Followup-To: Anton Berezin , doc@FreeBSD.org, ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.156 diff -u -r1.156 book.sgml --- book.sgml 2001/07/13 07:33:25 1.156 +++ book.sgml 2001/07/13 19:47:19 @@ -2121,6 +2121,13 @@ script. It will be invoked automatically at installation/deinstallation time to determine whether or not installation/deinstallation should proceed. + + The script will be run at installation time by + pkg_add as + pkg-req ${PKGNAME} INSTALL. + At deinstallation time it will be run by + pkg_delete as + pkg-req ${PKGNAME} DEINSTALL. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message