pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_chk/files Document workaround for automat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0713b4debee3
branches: trunk
changeset: 483693:0713b4debee3
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Nov 17 16:27:20 2004 +0000
description:
Document workaround for automatic recursive package update; from abs.
diffstat:
pkgtools/pkg_chk/files/pkg_chk.8 | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 79cf26bd1729 -r 0713b4debee3 pkgtools/pkg_chk/files/pkg_chk.8
--- a/pkgtools/pkg_chk/files/pkg_chk.8 Wed Nov 17 16:17:32 2004 +0000
+++ b/pkgtools/pkg_chk/files/pkg_chk.8 Wed Nov 17 16:27:20 2004 +0000
@@ -1,9 +1,9 @@
-.\" $NetBSD: pkg_chk.8,v 1.2 2004/03/27 07:54:57 grant Exp $
+.\" $NetBSD: pkg_chk.8,v 1.3 2004/11/17 16:27:20 wiz Exp $
.\"
.\" Copyright (c) 2001 by David Brownlee (abs%NetBSD.org@localhost)
.\" Absolutely no warranty.
.\"
-.Dd March 27, 2004
+.Dd November 17, 2004
.Dt PKG_CHK 1
.Sh NAME
.Nm pkg_chk
@@ -300,3 +300,15 @@
in two separate passes, resulting in unnecessary rebuilding of
.Em a
(and potentially other packages).
+.Pp
+There exists a workaround, if you have a complete
+.Pa pkgchk.conf :
+.Bd -literal
+# pkg_chk -r
+# pkg_chk -a
+.Ed
+will remove all outdated packages and then install all
+files that are in your
+.Pa pkgchk.conf
+file, but not currently installed, i.e. hopefully all
+that you just deleted, if the file was complete.
Home |
Main Index |
Thread Index |
Old Index