Date: Sun, 26 Oct 2003 18:01:55 -0800 (PST) From: Maksim Yevmenkin <m_evmenkin@yahoo.com> To: imp@freebsd.org Cc: current@freebsd.org Subject: Re: /etc/bluetooth and /usr/share/examples/netgraph/bluetooth(breaks installworld) Message-ID: <20031027020155.28296.qmail@web40307.mail.yahoo.com> In-Reply-To: <3F9C3DF2.6090308@xtaz.co.uk>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
Hello Warner,
Oops, my bad. Please review attched patch. If there are no objections
I will commit it in a few hours. Also if someone else could commit it
sooner it would be nice :)
thanks,
max
--- Matt Smith <matt@xtaz.co.uk> wrote:
> Matt Smith wrote:
> > Maksim,
> >
> > I have just done a buildworld and installworld after the latest
> > bluetooth commits and installworld borks on:
> >
> > install -o root -g wheel -m 444 /usr/src/share/examples/meteor/yuvpk.c
> > /usr/share/examples/meteor/yuvpk.c
> > install -o root -g wheel -m 444 /usr/src/share/examples/meteor/yuvpl.c
> > /usr/share/examples/meteor/yuvpl.c
> > install -o root -g wheel -m 444
> > /usr/src/share/examples/netgraph/bluetooth/rc.bluetooth
> > /usr/share/examples/netgraph/bluetooth/rc.bluetooth
> > install: /usr/share/examples/netgraph/bluetooth/rc.bluetooth: No such
> > file or directory
> > *** Error code 71
> >
> > Stop in /usr/src/share/examples.
> >
> > I have all four files you commited in the last few hours so it looks
> > b0rk3d :)
> >
>
> Doh! I forgot to say it's obviously only because the
> /usr/share/examples/bluetooth directory does not exist and needs making.
> The installworld works fine if you make this manually, but it should be
> part of the installworld process.
>
> Matt.
>
>
__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
[-- Attachment #2 --]
? src/lib/Makefile.new
? src/lib/lib.Makefile.diff
Index: src/etc/mtree/BSD.usr.dist
===================================================================
RCS file: /home/ncvs/src/etc/mtree/BSD.usr.dist,v
retrieving revision 1.281
diff -u -r1.281 BSD.usr.dist
--- src/etc/mtree/BSD.usr.dist 11 Oct 2003 11:57:03 -0000 1.281
+++ src/etc/mtree/BSD.usr.dist 27 Oct 2003 01:56:47 -0000
@@ -242,6 +242,8 @@
meteor
..
netgraph
+ bluetooth
+ ..
..
nwclient
..
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031027020155.28296.qmail>
