svn commit: r286286 - stable/10/usr.sbin/bsdinstall/scripts
Glen Barber
gjb at FreeBSD.org
Tue Aug 4 13:41:38 UTC 2015
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
More information about the svn-src-all
mailing list