Author: gjb
Date: Tue Aug  4 13:41:37 2015
New Revision: 286286
URL: https://svnweb.freebsd.org/changeset/base/286286

Log:
  MFC r286285:
   Ensure the local MANIFEST is always used when verifying remote
   distribution sets.
  
  Approved by:  re (glebius, insta-MFC)
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/10/usr.sbin/bsdinstall/scripts/auto
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- stable/10/usr.sbin/bsdinstall/scripts/auto  Tue Aug  4 13:40:26 2015        
(r286285)
+++ stable/10/usr.sbin/bsdinstall/scripts/auto  Tue Aug  4 13:41:37 2015        
(r286286)
@@ -258,7 +258,7 @@ if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then
                DISTDIR_IS_UNIONFS=1
                mount_nullfs -o union "$BSDINSTALL_FETCHDEST" 
"$BSDINSTALL_DISTDIR"
        else
-               export DISTRIBUTIONS="MANIFEST $ALL_DISTRIBUTIONS"
+               export DISTRIBUTIONS="$ALL_DISTRIBUTIONS"
                export BSDINSTALL_DISTDIR="$BSDINSTALL_FETCHDEST"
        fi
                
_______________________________________________
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