svn commit: r290943 - head/etc

Bryan Drewery bdrewery at FreeBSD.org
Mon Nov 16 20:18:40 UTC 2015


Author: bdrewery
Date: Mon Nov 16 20:18:38 2015
New Revision: 290943
URL: https://svnweb.freebsd.org/changeset/base/290943

Log:
  Avoid FSCHG for INSTALL_AS_USER as well.
  
  PR:		194189
  X-MFC-With:	r290628
  MFC after:	2 weeks
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Mon Nov 16 17:28:04 2015	(r290942)
+++ head/etc/Makefile	Mon Nov 16 20:18:38 2015	(r290943)
@@ -337,10 +337,10 @@ MTREE_FILTER= sed -e 's,\([gu]\)name=,\1
 	-e 's,\(gid=\)[^ ]*$$,\1${_gid},' 
 .else
 MTREE_FILTER= cat
-.endif
 .if !defined(NO_FSCHG)
 MTREE_FSCHG=	-i
 .endif
+.endif
 
 MTREES=		mtree/BSD.root.dist		/		\
 		mtree/BSD.var.dist		/var		\


More information about the svn-src-head mailing list