Author: gjb
Date: Tue Aug  4 13:40:26 2015
New Revision: 286285
URL: https://svnweb.freebsd.org/changeset/base/286285

Log:
  Ensure the local MANIFEST is always used when verifying remote
  distribution sets.
  
  MFC after:    immediately
  Sponsored by: The FreeBSD Foundation

Modified:
  head/usr.sbin/bsdinstall/scripts/auto

Modified: head/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/auto       Tue Aug  4 12:33:51 2015        
(r286284)
+++ head/usr.sbin/bsdinstall/scripts/auto       Tue Aug  4 13:40:26 2015        
(r286285)
@@ -284,7 +284,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