Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2015 13:41:38 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r286286 - stable/10/usr.sbin/bsdinstall/scripts
Message-ID:  <201508041341.t74DfckW017677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 		



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508041341.t74DfckW017677>