Line 0
Link Here
|
|
|
1 |
--- files/portmaster.8.orig 2015-09-03 17:07:24 UTC |
2 |
+++ files/portmaster.8 |
3 |
@@ -24,7 +24,7 @@ |
4 |
.\" |
5 |
.\" $FreeBSD$ |
6 |
.\" |
7 |
-.Dd December 12, 2011 |
8 |
+.Dd February 5, 2016 |
9 |
.Dt PORTMASTER 8 |
10 |
.Os |
11 |
.Sh NAME |
12 |
@@ -835,20 +835,20 @@ Be sure to fix the line wrapping appropr |
13 |
.Pp |
14 |
Using |
15 |
.Nm |
16 |
-to do a complete reinstallation of all your ports: |
17 |
+to do a complete reinstallation of all ports: |
18 |
.Dl "1. portmaster --list-origins > ~/installed-port-list" |
19 |
-.Dl "2. Update your ports tree" |
20 |
+.Dl "2. Update the ports tree" |
21 |
.Dl "3. portmaster -ty --clean-distfiles" |
22 |
-.Dl "4. portmaster --check-port-dbdir" |
23 |
-.Dl "5. portmaster -Faf" |
24 |
-.Dl "6. pkg_delete -a" |
25 |
-.Dl "7. rm -rf /usr/local/lib/compat/pkg" |
26 |
-.Dl "8. Back up any files in /usr/local you wish to save," |
27 |
+.Dl "4. portmaster -Faf" |
28 |
+.Dl "5. pkg delete -afy" |
29 |
+.Dl "6. rm -rf /usr/local/lib/compat/pkg" |
30 |
+.Dl "7. Back up any files in /usr/local you wish to save," |
31 |
.Dl " such as configuration files in /usr/local/etc" |
32 |
-.Dl "9. Manually check /usr/local and /var/db/pkg" |
33 |
+.Dl "8. Manually check /usr/local and /var/db/pkg" |
34 |
.Dl " to make sure that they are really empty" |
35 |
-.Dl "10. Re-install portmaster" |
36 |
-.Dl "11. portmaster `cat ~/installed-port-list`" |
37 |
+.Dl "9. Install ports-mgmt/pkg and then ports-mgmt/portmaster." |
38 |
+.Dl " Remove both from ~/installed-port-list." |
39 |
+.Dl "10. portmaster --no-confirm `cat ~/installed-port-list`" |
40 |
.Pp |
41 |
You probably want to use the -D option for the installation |
42 |
and then run --clean-distfiles [-y] again when you are done. |