svn commit: r200370 - user/dougb/portmaster

Doug Barton dougb at FreeBSD.org
Thu Dec 10 23:16:51 UTC 2009


Author: dougb
Date: Thu Dec 10 23:16:50 2009
New Revision: 200370
URL: http://svn.freebsd.org/changeset/base/200370

Log:
  In the procedure for using portmaster to re-install after a major
  version upgrade, list "re-install portmaster" as an actual step.
  
  Submitted by:	Kevin Oberman <oberman at es.net>

Modified:
  user/dougb/portmaster/portmaster.8

Modified: user/dougb/portmaster/portmaster.8
==============================================================================
--- user/dougb/portmaster/portmaster.8	Thu Dec 10 22:25:53 2009	(r200369)
+++ user/dougb/portmaster/portmaster.8	Thu Dec 10 23:16:50 2009	(r200370)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 1, 2009
+.Dd December 2, 2009
 .Dt PORTMASTER 8
 .Os
 .Sh NAME
@@ -770,7 +770,8 @@ to do a complete reinstallation of all y
 .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.


More information about the svn-src-user mailing list