Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Add information about the "replace" target. T...



details:   https://anonhg.NetBSD.org/src/rev/3d7b6d5921ad
branches:  trunk
changeset: 541780:3d7b6d5921ad
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sat Jan 18 12:22:36 2003 +0000

description:
Add information about the "replace" target. This closes my own PR pkg/18014.
Okay'ed by wiz.

diffstat:

 share/man/man7/packages.7 |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 66109262394e -r 3d7b6d5921ad share/man/man7/packages.7
--- a/share/man/man7/packages.7 Sat Jan 18 12:05:39 2003 +0000
+++ b/share/man/man7/packages.7 Sat Jan 18 12:22:36 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: packages.7,v 1.74 2003/01/10 17:25:38 jschauma Exp $
+.\"    $NetBSD: packages.7,v 1.75 2003/01/18 12:22:36 jmmv Exp $
 .\"
 .\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
 .\"
@@ -739,8 +739,14 @@
 .It deinstall
 Remove the installation.
 .It update
-Update the installation of the current and all dependent packages that
+Update the installation of the current package and all dependent packages that
 are installed on the system.
+.It replace
+Update the installation of the current package.
+This differs from update in that it does not replace dependent packages.
+You will need to install
+.Pa pkgsrc/pkgtools/pkg_tarup
+for this target to work.
 .It package
 Create a binary package other people can use.
 .It clean



Home | Main Index | Thread Index | Old Index