Avoid FSCHG for INSTALL_AS_USER as well.

PR:		194189
X-MFC-With:	r290628
MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2015-11-16 20:18:38 +00:00
parent 4fa7625884
commit 2d8570774c

View File

@ -337,10 +337,10 @@ MTREE_FILTER= sed -e 's,\([gu]\)name=,\1id=,g' \
-e 's,\(gid=\)[^ ]*$$,\1${_gid},' -e 's,\(gid=\)[^ ]*$$,\1${_gid},'
.else .else
MTREE_FILTER= cat MTREE_FILTER= cat
.endif
.if !defined(NO_FSCHG) .if !defined(NO_FSCHG)
MTREE_FSCHG= -i MTREE_FSCHG= -i
.endif .endif
.endif
MTREES= mtree/BSD.root.dist / \ MTREES= mtree/BSD.root.dist / \
mtree/BSD.var.dist /var \ mtree/BSD.var.dist /var \