svn commit: r314892 - head/etc/mtree

Cy Schubert cy at FreeBSD.org
Wed Mar 8 05:27:06 UTC 2017


Author: cy
Date: Wed Mar  8 05:27:04 2017
New Revision: 314892
URL: https://svnweb.freebsd.org/changeset/base/314892

Log:
  Fix install due to incorrect placement of pwait dir in r314886.
  
  Reported by:	Shawn Webb <shawn.webb at hardenedbsd.org>
  MFC after:	2 weeks
  X-MFC with:	r314886

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

Modified: head/etc/mtree/BSD.tests.dist
==============================================================================
--- head/etc/mtree/BSD.tests.dist	Wed Mar  8 02:50:29 2017	(r314891)
+++ head/etc/mtree/BSD.tests.dist	Wed Mar  8 05:27:04 2017	(r314892)
@@ -22,6 +22,8 @@
         ..
         pkill
         ..
+        pwait
+        ..
         sh
             builtins
             ..
@@ -640,8 +642,6 @@
         ..
         printf
         ..
-        pwait
-        ..
         sdiff
         ..
         sed


More information about the svn-src-all mailing list