Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2013 17:45:14 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255036 - head/etc/mtree
Message-ID:  <201308291745.r7THjEKJ082152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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