cvs commit: ports/ports-mgmt/portmaster/files portmaster.8

Doug Barton dougb at FreeBSD.org
Wed Mar 19 13:25:02 PDT 2008


dougb       2008-03-19 20:25:02 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster/files portmaster.8 
  Log:
  In the example about using portmaster to do a complete re-install of
  your ports, I had:
  pkg_delete *
  which works for me because of a local bash completion, but doesn't
  work for most users. So, correct that to be:
  pkg_delete '*'
  instead.
  
  Revision  Changes    Path
  2.2       +3 -3      ports/ports-mgmt/portmaster/files/portmaster.8


More information about the cvs-all mailing list