On Tue, Dec 20, 2005 at 05:28:00PM -0800, Sascha Wildner wrote:
> swildner    2005/12/20 17:28:00 PST
> 
> DragonFly src repository
> 
>   Modified files:
>     include              Makefile 
>   Log:
>   Fix installworld until new bridge is fully committed.
>   
>   Revision  Changes    Path
>   1.27      +1 -1      src/include/Makefile
> 
> 
> http://www.dragonflybsd.org/cvsweb/src/include/Makefile.diff?r1=1.26&r2=1.27&f=u

Without the entry in etc/mtree/BSD.include.dist, bridge.h file gets installed
as the file /usr/include/net/oldbridge.  Was this your intention?

Index: etc/mtree/BSD.include.dist
===================================================================
RCS file: /home/dcvs/src/etc/mtree/BSD.include.dist,v
retrieving revision 1.18
diff -u -r1.18 BSD.include.dist
--- etc/mtree/BSD.include.dist  7 Jul 2005 14:40:12 -0000       1.18
+++ etc/mtree/BSD.include.dist  20 Dec 2005 21:06:19 -0000
@@ -159,6 +159,8 @@
        ..
        bridge
        ..
+       oldbridge
+       ..
        tun
        ..
        i4b

-- 
Michal Belczyk

Reply via email to