Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2016 01:38:12 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300922 - head/etc/mtree
Message-ID:  <201605290138.u4T1cCXG095786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun May 29 01:38:12 2016
New Revision: 300922
URL: https://svnweb.freebsd.org/changeset/base/300922

Log:
  Fix "make installworld" with MK_CDDL == no after r300906 by
  adding a missing entry for ${TESTSBASE}/cddl/sbin
  
  X-MFC with: r300906
  Pointyhat to: asomers
  Reported by: Shawn Webb <shawn.webb@hardenedbsd.org>
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/etc/mtree/BSD.tests.dist

Modified: head/etc/mtree/BSD.tests.dist
==============================================================================
--- head/etc/mtree/BSD.tests.dist	Sun May 29 01:15:36 2016	(r300921)
+++ head/etc/mtree/BSD.tests.dist	Sun May 29 01:38:12 2016	(r300922)
@@ -48,6 +48,8 @@
     cddl
         lib
         ..
+        sbin
+        ..
         usr.bin
         ..
         usr.sbin



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