svn commit: r255036 - head/etc/mtree

Xin LI delphij at FreeBSD.org
Thu Aug 29 17:45:14 UTC 2013


Author: delphij
Date: Thu Aug 29 17:45:13 2013
New Revision: 255036
URL: http://svnweb.freebsd.org/changeset/base/255036

Log:
  Add directories that is installed as part of bsdconfig.
  
  These are included unconditionally for now because bsdconfig
  is currently installed unconditionally.
  
  This fixes 'make -j 17 installworld' caused by a race
  condition.
  
  MFC candidate.

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

Modified: head/etc/mtree/BSD.usr.dist
==============================================================================
--- head/etc/mtree/BSD.usr.dist	Thu Aug 29 17:40:03 2013	(r255035)
+++ head/etc/mtree/BSD.usr.dist	Thu Aug 29 17:45:13 2013	(r255036)
@@ -42,6 +42,62 @@
         ..
     ..
     libexec
+        bsdconfig
+            020.docsinstall
+                include
+                ..
+            ..
+            030.packages
+                include
+                ..
+            ..
+            040.password
+                include
+                ..
+            ..
+            050.diskmgmt
+                include
+                ..
+            ..
+            070.usermgmt
+                include
+                ..
+            ..
+            080.console
+                include
+                ..
+            ..
+            090.timezone
+                include
+                ..
+            ..
+            110.mouse
+                include
+                ..
+            ..
+            120.networking
+                include
+                ..
+            ..
+            130.security
+                include
+                ..
+            ..
+            140.startup
+                include
+                ..
+            ..
+            150.ttys
+                include
+                ..
+            ..
+            dot
+                include
+                ..
+            ..
+            include
+            ..
+        ..
         bsdinstall
         ..
         lpr
@@ -62,6 +118,22 @@
     share
         atf
         ..
+        bsdconfig
+            media
+            ..
+            networking
+            ..
+            packages
+            ..
+            password
+            ..
+            startup
+            ..
+            timezone
+            ..
+            usermgmt
+            ..
+        ..
         calendar
             de_AT.ISO_8859-15
             ..
@@ -229,6 +301,8 @@
             ..
             bootforth
             ..
+            bsdconfig
+            ..
             csh
             ..
             cvsup


More information about the svn-src-all mailing list