Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2015 13:40:27 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286285 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201508041340.t74DeRMX014690@repo.freebsd.org>

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



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