Author: gjb
Date: Thu Aug 15 10:31:31 2013
New Revision: 254360
URL: http://svnweb.freebsd.org/changeset/base/254360

Log:
  MFC r254265:
   Make sure bootonly.iso for -BETAs and -RCs use the releases/
   directory on the FTP mirrors to fetch distributions, since
   these are always pushed to releases/ during the release cycle.

Modified:
  stable/9/usr.sbin/bsdinstall/scripts/mirrorselect
Directory Properties:
  stable/9/usr.sbin/bsdinstall/scripts/   (props changed)

Modified: stable/9/usr.sbin/bsdinstall/scripts/mirrorselect
==============================================================================
--- stable/9/usr.sbin/bsdinstall/scripts/mirrorselect   Thu Aug 15 10:17:20 
2013        (r254359)
+++ stable/9/usr.sbin/bsdinstall/scripts/mirrorselect   Thu Aug 15 10:31:31 
2013        (r254360)
@@ -162,7 +162,7 @@ exec 3>&-
 _UNAME_R=`uname -r`
 
 case ${_UNAME_R} in
-       *-CURRENT|*-STABLE|*-BETA*|*-PRERELEASE|*-RC*)
+       *-CURRENT|*-STABLE|*-PRERELEASE)
                RELDIR="snapshots"
                ;;
        *)
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to