svn commit: r260891 - stable/9/release
Glen Barber
gjb at FreeBSD.org
Sun Jan 19 19:49:25 UTC 2014
Author: gjb
Date: Sun Jan 19 19:49:24 2014
New Revision: 260891
URL: http://svnweb.freebsd.org/changeset/base/260891
Log:
MFC r259729:
Bootstrap etcupdate(8) as part of the release build, similar
to what is done for mergemaster(8). This allows etcupdate(8)
to work out-of-box after the first upgrade of a system.
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/Makefile
Directory Properties:
stable/9/release/ (props changed)
Modified: stable/9/release/Makefile
==============================================================================
--- stable/9/release/Makefile Sun Jan 19 19:39:13 2014 (r260890)
+++ stable/9/release/Makefile Sun Jan 19 19:49:24 2014 (r260891)
@@ -103,6 +103,8 @@ base.txz:
# Set up mergemaster root database
sh ${.CURDIR}/scripts/mm-mtree.sh -m ${WORLDDIR} -F \
"TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" -D "${.OBJDIR}/${DISTDIR}/base"
+ etcupdate extract -B -M "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" \
+ -d "${.OBJDIR}/${DISTDIR}/base/var/db/etcupdate"
# Package all components
cd ${WORLDDIR} && ${IMAKE} packageworld DISTDIR=${.OBJDIR}/${DISTDIR}
mv ${DISTDIR}/*.txz .
More information about the svn-src-stable-9
mailing list