aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-12-10 23:38:02 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-12-10 23:38:02 +0000
commitf17fa70b6b6a8a625e219e402889fd4aa0f1809b (patch)
tree8a7bd32a330eadd5fcf92e364e5280562fcd984a /ports-mgmt
parentb84c5e11176dd216138485dcf0b06053a7380fd6 (diff)
downloadports-f17fa70b6b6a8a625e219e402889fd4aa0f1809b.tar.gz
ports-f17fa70b6b6a8a625e219e402889fd4aa0f1809b.zip
1. Show that -v can be used with --check-port-dbdir
2. In the procedure for using portmaster to re-install after a major version upgrade, list "re-install portmaster" as an actual step. [1] Submitted by: Kevin Oberman <oberman@es.net> [1]
Notes
Notes: svn path=/head/; revision=245524
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmaster/files/portmaster.88
1 files changed, 5 insertions, 3 deletions
diff --git a/ports-mgmt/portmaster/files/portmaster.8 b/ports-mgmt/portmaster/files/portmaster.8
index 51890d881693..03238d583fd4 100644
--- a/ports-mgmt/portmaster/files/portmaster.8
+++ b/ports-mgmt/portmaster/files/portmaster.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 1, 2009
+.Dd December 2, 2009
.Dt PORTMASTER 8
.Os
.Sh NAME
@@ -108,6 +108,7 @@ and/or multiple globs from /var/db/pkg
.Fl -check-depends
.Nm
.Fl -check-port-dbdir
+.Op Fl v
.Nm
.Fl -list-origins
.Nm
@@ -440,7 +441,7 @@ If not, offer to delete the stale file.
does the same as above, but deletes all files without prompting.
.It Fl -check-depends
cross-check and update dependency information for all ports
-.It Fl -check-port-dbdir
+.It [-v] Fl -check-port-dbdir
check for stale entries in
.Pa /var/db/ports
.It Fl -list-origins
@@ -770,7 +771,8 @@ to do a complete reinstallation of all your ports:
.Dl "7. rm -rf /usr/local/lib/compat/pkg"
.Dl "8. Manually check /usr/local and /var/db/pkg"
.Dl " to make sure that they are really empty"
-.Dl "9. portmaster `cat ~/installed-port-list`"
+.Dl "9. Re-install portmaster"
+.Dl "10. portmaster `cat ~/installed-port-list`"
.Pp
You probably want to use the -D option for the installation
and then run --clean-distfiles[-all] again when you are done.