diff options
author | dougb <dougb@FreeBSD.org> | 2009-12-11 07:38:02 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-12-11 07:38:02 +0800 |
commit | 2119b948c6ae5400da42b7210aa4da6e1cc89445 (patch) | |
tree | 715a441d2a3d28f231d0c2d89c1be93c0cf93b64 /ports-mgmt | |
parent | a186f84bebc592cd051ce80e76f0bd7c6b7b6a20 (diff) | |
download | freebsd-ports-gnome-2119b948c6ae5400da42b7210aa4da6e1cc89445.tar.gz freebsd-ports-gnome-2119b948c6ae5400da42b7210aa4da6e1cc89445.tar.zst freebsd-ports-gnome-2119b948c6ae5400da42b7210aa4da6e1cc89445.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]
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/files/portmaster.8 | 8 |
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. |