Re: /etc/rc: don't use tools from /usr in shutdown

2009-08-04 Thread reed
On Tue, 4 Aug 2009, r...@reedmedia.net wrote: > Need -a for ifconfig? Sorry all -- now I realize I was on the wrong list...

Re: /etc/rc: don't use tools from /usr in shutdown

2009-08-04 Thread Theo de Raadt
> But I see this rc script had that problem in first place. Pulease...

Re: /etc/rc: don't use tools from /usr in shutdown

2009-08-04 Thread Philip Guenther
On Tue, Aug 4, 2009 at 6:00 PM, wrote: > On Tue, 4 Aug 2009, Stuart Henderson wrote: > >> # bring carp interfaces down gracefully >> - ifconfig -a|grep '^carp.*:'|cut -f1 -d:|while read if >> - do >> - ifconfig $if down >> + ifc

Re: /etc/rc: don't use tools from /usr in shutdown

2009-08-04 Thread reed
On Tue, 4 Aug 2009, Stuart Henderson wrote: > # bring carp interfaces down gracefully > - ifconfig -a|grep '^carp.*:'|cut -f1 -d:|while read if > - do > - ifconfig $if down > + ifconfig | while read if junk; do Need -a for ifco

cwmrc(5)

2009-08-04 Thread Martin Toft
Because it is more consistent with the documentation for the other options, and because e.g. autogroup 1 ``XTerm'' in .cwmrc doesn't work: Index: cwmrc.5 === RCS file: /cvs/xenocara/app/cwm/cwmrc.5,v retrieving revision 1.25 diff

Re: Free Sun Blade 100 to developer, you pay shipping

2009-08-04 Thread Jack Woehr
Edd Barrett wrote: We are looking for an Elite3D, but AFAIK these didn't have a UPA port. Nah, it just has the regular creator 2d card -- Jack J. Woehr# B+'I know what "it" means well enough, when I find http://www.well.com/~jax # a thing,' said the Duck: 'it's generally a frog

Re: [heads up] X snapshots now contain libxcb

2009-08-04 Thread David Coppa
On Tue, Aug 4, 2009 at 2:26 PM, Christiano Farina Haesbaert wrote: > That's great, thanks a lot, we can now have awesome 3 :-); For awesome 3, we need also a working port of cmake 2.6.X cheers, David

Re: [heads up] X snapshots now contain libxcb

2009-08-04 Thread Christiano Farina Haesbaert
That's great, thanks a lot, we can now have awesome 3 :-);

Re: Free Sun Blade 100 to developer, you pay shipping

2009-08-04 Thread Edd Barrett
Hi, On Tue, Aug 4, 2009 at 2:08 AM, Jack Woehr wrote: > Stuart Henderson wrote: >> On 2009/08/03 18:04, Jack Woehr wrote: >> >>> It's hard to imagine that anyone wants this :) but if OpenBSD >>> developer wants a Sun Blade 100 >>> and will pay shipping it's yours. Which graphics card does it have

/etc/rc: don't use tools from /usr in shutdown

2009-08-04 Thread Stuart Henderson
if /usr isn't mounted, the code to gracefully bring down carp interfaces fails. /etc/rc[182]: grep: not found /etc/rc[182]: cut: not found this version has the same effect and only relies on /sbin/ifconfig and shell features. ok? Index: rc ===

Re: [heads up] X snapshots now contain libxcb

2009-08-04 Thread Eugene Yunak
2009/8/4 Matthieu Herrb : > Hi > > X snapshots dated aug 3 and later are now built with XCB enabled. > So libxcb and all the other xcb libs are provided, and libX11 now > depends on it. Its major revision number has been incremented (it's now > libX11.so.12.0) to avoid mixing things. > > You will h

[heads up] X snapshots now contain libxcb

2009-08-04 Thread Matthieu Herrb
Hi X snapshots dated aug 3 and later are now built with XCB enabled. So libxcb and all the other xcb libs are provided, and libX11 now depends on it. Its major revision number has been incremented (it's now libX11.so.12.0) to avoid mixing things. You will have to wait a bit until binary packages