svn commit: r233429 - in head: etc/root share/examples share/examples/csh

Eitan Adler eadler at freebsd.org
Sat Mar 24 20:42:53 UTC 2012


On Sat, Mar 24, 2012 at 3:49 PM, Eitan Adler <eadler at freebsd.org> wrote:
>> Something like this is missing:
...
>> otherwise the build fails

Is the following correct? For some reason the build doesn't fail for
me in either case so I can't actually confirm.


commit 6060054640292a746de3e9ffcfee9d87ed0a8750
Author: Eitan Adler <lists at eitanadler.com>
Date:   Sat Mar 24 16:28:02 2012 -0400

    Fix build by adding new directory to mtree in r233429

    Submitted by:	flo
    Approved by:	cperciva
    MFC after:	1 week

diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index 87497b1..b9f79d2 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -209,6 +209,8 @@
             ..
             bootforth
             ..
+	    csh
+	    	..
             cvs
                 contrib
                 ..

-- 
Eitan Adler
Source & Ports committer
X11, Bugbusting teams


More information about the svn-src-head mailing list