pkgsrc-Changes-HG archive

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

[pkgsrc/pkg_install-renovation]: pkgsrc/pkgtools/pkg_install/files/add Annota...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47ec62e745bf
branches:  pkg_install-renovation
changeset: 541615:47ec62e745bf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 27 21:44:23 2009 +0000

description:
Annotate that pkg_add -u can not be used to replace an installed version
with a package of the very same version.

diffstat:

 pkgtools/pkg_install/files/add/pkg_add.1    |   7 ++++---
 pkgtools/pkg_install/files/add/pkg_add.cat1 |  13 +++++++------
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r 13b1f868a41a -r 47ec62e745bf pkgtools/pkg_install/files/add/pkg_add.1
--- a/pkgtools/pkg_install/files/add/pkg_add.1  Thu Jan 08 09:23:44 2009 +0000
+++ b/pkgtools/pkg_install/files/add/pkg_add.1  Tue Jan 27 21:44:23 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_add.1,v 1.28.6.9 2008/10/10 15:26:37 joerg Exp $
+.\" $NetBSD: pkg_add.1,v 1.28.6.10 2009/01/27 21:44:23 joerg Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -169,8 +169,9 @@
 This means that you cannot deinstall it later, so only use this option if
 you know what you are doing!
 .It Fl u
-If the package that's being installed is already installed, either
-in the same or a different version, an update is performed.
+If the package that's being installed is already installed,
+an update is performed.
+It is currently not possible to update to an identical version.
 If this is specified twice, then any dependant packages that are
 too old will also be updated to fulfill the dependency.
 See below for a more detailed description of the process.
diff -r 13b1f868a41a -r 47ec62e745bf pkgtools/pkg_install/files/add/pkg_add.cat1
--- a/pkgtools/pkg_install/files/add/pkg_add.cat1       Thu Jan 08 09:23:44 2009 +0000
+++ b/pkgtools/pkg_install/files/add/pkg_add.cat1       Tue Jan 27 21:44:23 2009 +0000
@@ -95,11 +95,12 @@
              This means that you cannot deinstall it later, so only use this
              option if you know what you are doing!
 
-     --uu      If the package that's being installed is already installed,
-             either in the same or a different version, an update is per-
-             formed.  If this is specified twice, then any dependant packages
-             that are too old will also be updated to fulfill the dependency.
-             See below for a more detailed description of the process.
+     --uu      If the package that's being installed is already installed, an
+             update is performed.  It is currently not possible to update to
+             an identical version.  If this is specified twice, then any
+             dependant packages that are too old will also be updated to ful-
+             fill the dependency.  See below for a more detailed description
+             of the process.
 
      --VV      Print version number and exit.
 
@@ -316,4 +317,4 @@
 
      Sure to be others.
 
-NetBSD 4.0                     October 10, 2008                     NetBSD 4.0
+NetBSD 5.0                     October 10, 2008                     NetBSD 5.0



Home | Main Index | Thread Index | Old Index