svn commit: r345238 - head

Warren Block wblock at FreeBSD.org
Thu Feb 20 14:41:39 UTC 2014


Author: wblock (doc committer)
Date: Thu Feb 20 14:41:38 2014
New Revision: 345238
URL: http://svnweb.freebsd.org/changeset/ports/345238
QAT: https://qat.redports.org/buildarchive/r345238/

Log:
  Escape the globbing characters in the DocBook port updating instructions
  to keep the shell from expanding them.
  
  Approved by:	mat

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Feb 20 14:40:47 2014	(r345237)
+++ head/UPDATING	Thu Feb 20 14:41:38 2014	(r345238)
@@ -17,11 +17,11 @@ you update your ports collection, before
 
   pkg users can run:
 
-    pkg delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4*
+    pkg delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\*
 
   the other users can run:
 
-    pkg_delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4*
+    pkg_delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\*
 
 20140218:
   AFFECTS: users of KDE SC 4


More information about the svn-ports-all mailing list