Author: cperciva
Date: Wed Oct 26 20:06:27 2011
New Revision: 226812
URL: http://svn.freebsd.org/changeset/base/226812

Log:
  MFC r226650: Make freebsd-update work with FreeBSD 9.0.  (In particular,
  this will simplify upgrading from 8.3-RELEASE to 9.x.)

Modified:
  stable/8/usr.sbin/freebsd-update/freebsd-update.sh
Directory Properties:
  stable/8/usr.sbin/freebsd-update/   (props changed)

Modified: stable/8/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- stable/8/usr.sbin/freebsd-update/freebsd-update.sh  Wed Oct 26 20:01:43 
2011        (r226811)
+++ stable/8/usr.sbin/freebsd-update/freebsd-update.sh  Wed Oct 26 20:06:27 
2011        (r226812)
@@ -1185,7 +1185,7 @@ fetch_metadata_sanity () {
        # Some aliases to save space later: ${P} is a character which can
        # appear in a path; ${M} is the four numeric metadata fields; and
        # ${H} is a sha256 hash.
-       P="[-+./:=_[[:alnum:]]"
+       P="[-+./:=%@_[[:alnum:]]"
        M="[0-9]+\|[0-9]+\|[0-9]+\|[0-9]+"
        H="[0-9a-f]{64}"
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to