Re: make world - 'touch' breakage

2003-01-04 Thread Giorgos Keramidas
On 2003-01-03 13:09, Dirk-Willem van Gulik <[EMAIL PROTECTED]> wrote: > > The last few weeks 'make world' &.al. breaks for me on 'touch' not found. I solved this some time in the past, when it appeared during one of my upgrades from 4.X to 5.X, by adding touch to the bootstrap-tools target in src/

Re: Reading rc.conf from C programs?

2003-01-04 Thread Dmitry Morozovsky
On Thu, 2 Jan 2003 [EMAIL PROTECTED] wrote: > I mean, I may certainly be missing something here, but I've never noticed > rc.conf be anything other than a left hand value and a right hand value (often > enclosed in quotes), with both sides being separated by an equal sign. Nope. From our jail mac

ia64 tinderbox failure

2003-01-04 Thread Paul Saab
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

sparc64 tinderbox failure

2003-01-04 Thread Paul Saab
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

Re: freebsd running on a cdrom

2003-01-04 Thread Gianmarco Giovannelli
At 03/01/2003, you wrote: Unfortunately freeSBIE seems to require buildworld. I'm not sure if they have a downloadable version. Try here: http://www.sm.freebsd.org/it/gufi/freesbie/ It is not the last version but it is an ISO :-) You can get the last iso from the slow, adsl link in the main p

[no subject]

2003-01-04 Thread trshfrahreh raheaeh
___ Join Excite! - http://www.excite.com The most personalized portal on the Web! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: freebsd running on a cdrom

2003-01-04 Thread Joe
Thanks, but I have a cd up and running now with dns. The iso at freeSBIE seems to be more to run X or something. I just want to have the machine do 4 things caching nameserver(does it), ssh from localnet to box, and natd router(does this too), console access. At this point it does all but ssh.

Re: freebsd running on a cdrom

2003-01-04 Thread Vadim Vygonets
Quoth Joe on Thu, Jan 02, 2003: > I've been trying to get FreeBSD to run off a cdrom. Why, > well longs story, the shot version is it needs to be able to be > turned off and on like a lite switch. (I understand the on part > will take longer, but the off is just hit the button). CD-ROM is no

Makefile Style Questions

2003-01-04 Thread Tim Kientzle
Is there any documentation similar to style(9) that specifically addresses Makefile style issues? In particular, I'm wrapping up my work on /rescue, which is mostly a lot of Makefile hacking, and I want to make sure I'm not violating any taboos. ;-) 1) Is there an accepted use for 'COPTS'? My

Re: nsswitch help for you?

2003-01-04 Thread Wes Peters
On Wed, 2002-12-25 at 06:54, [EMAIL PROTECTED] wrote: > Quoting Danny Braniss <[EMAIL PROTECTED]>: > > > what exactly do you want/need? > > danny > > Sorry, I'll try to get as specific as I can with my currently limited knowledge > of the FBSD source code. > > Basically, I would like to know wh

Re: Synaptics touchpad extendid support.

2003-01-04 Thread Rahul Siddharthan
Marcin Dalecki wrote: > Here is my first cut at support for the Synaptics touchpads, which are > commonly used on notebooks. Contrary to the default "Windows > installation mode" those devices come up at boot, this is enabling > full support for all buttons present on the device and works nicely >

Re: freebsd running on a cdrom

2003-01-04 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Vadim Vygonets <[EMAIL PROTECTED]> writes: : Quoth Joe on Thu, Jan 02, 2003: : > I've been trying to get FreeBSD to run off a cdrom. Why, : > well longs story, the shot version is it needs to be able to be : > turned off and on like a lite switch. (

Re: Makefile Style Questions

2003-01-04 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Tim Kientzle <[EMAIL PROTECTED]> writes: : Is there any documentation similar to style(9) : that specifically addresses Makefile style issues? There's one in the process of being written. : 1) Is there an accepted use for 'COPTS'? : : My current dr