Re: running wine automatically as a shell for w32 binaries

2003-12-08 Thread Jukka A. Ukkonen
Quoting Julian Stacey: Chris BeHanna wrote: On Saturday 06 December 2003 10:19, Julian Stacey wrote: Hi all, I wrote a new imgact function for FreeBSD to start wine automatically as a sort of an interpreter for windows binaries.

Re: running wine automatically as a shell for w32 binaries

2003-12-08 Thread Jason Andresen
Chris BeHanna wrote: On Saturday 06 December 2003 10:19, Julian Stacey wrote: Hi all, I wrote a new imgact function for FreeBSD to start wine automatically as a sort of an interpreter for windows binaries. http://www.mawit.com/~jau/imgact_wine-4.9.patch Great idea ! If

Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-08 Thread Damian Gerow
Thus spake Garance A Drosihn ([EMAIL PROTECTED]) [06/12/03 03:31]: From the above description, it sounds like you are running on a 5.1 system, and you are trying to compile a 5.2 kernel. Is this true? If the system you are on is 5.1, then you are going to have to do a 'make buildworld' of

Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-08 Thread Kris Kennaway
On Mon, Dec 08, 2003 at 12:41:26PM -0500, Damian Gerow wrote: Thus spake Garance A Drosihn ([EMAIL PROTECTED]) [06/12/03 03:31]: From the above description, it sounds like you are running on a 5.1 system, and you are trying to compile a 5.2 kernel. Is this true? If the system you are

Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-08 Thread Damian Gerow
Thus spake Kris Kennaway ([EMAIL PROTECTED]) [08/12/03 13:18]: It's not clear from what you're saying, but will this cause problems with the statfs stuff? I've been under the impression that a 5.1-5.2 upgrade requires me to build and boot a new kernel before I can install a new world --

Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-08 Thread Garance A Drosihn
At 12:41 PM -0500 12/8/03, Damian Gerow wrote: Thus spake Garance A Drosihn ([EMAIL PROTECTED]) [06/12/03 03:31]: From the above description, it sounds like you are running on a 5.1 system, and you are trying to compile a 5.2 kernel. Is this true? If the system you are on is 5.1, then you are

Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-08 Thread Damian Gerow
Thus spake Garance A Drosihn ([EMAIL PROTECTED]) [08/12/03 13:40]: It's not clear from what you're saying, but will this cause problems with the statfs stuff? I've been under the impression that a 5.1-5.2 upgrade requires me to build and boot a new kernel before I can install a new world --

Re: Does indent(1) have a KNF mode?

2003-12-08 Thread Wes Peters
On Sunday 07 December 2003 10:25, Steve Kargl wrote: Does indent(1) have a KNF mode? If not, does anyone have/know a set of command line switches that best approximates KNF? No, but it probably should have. Somebody once suggested several years ago the following options gave the closest

Re: Does indent(1) have a KNF mode?

2003-12-08 Thread Steve Kargl
On Mon, Dec 08, 2003 at 11:00:29AM -0800, Wes Peters wrote: On Sunday 07 December 2003 10:25, Steve Kargl wrote: Does indent(1) have a KNF mode? If not, does anyone have/know a set of command line switches that best approximates KNF? No, but it probably should have. Somebody once

Re: Does indent(1) have a KNF mode?

2003-12-08 Thread Chris Doherty
On Mon, Dec 08, 2003 at 11:16:25AM -0800, Steve Kargl said: No, but it probably should have. Somebody once suggested several years ago the following options gave the closest appromixation of knf: -nbad -nbap -bbb -nbc -br -brs -c33 -cd33 -cdb -ce -ci4 -cli0 -di16 -fc1 -fca -hnl -i8

dhclient bug

2003-12-08 Thread Leo Bicknell
I've identified what appears to be a bug in the dhclient code, but I'm a bit stuck on how to actually fix the issue. I've talked with a couple of ISC people, and can't get anyone to look at it, at least not for several weeks. So, I'm trying the next best thing, are there any FreeBSD people

Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-08 Thread Michael Edenfield
* Damian Gerow [EMAIL PROTECTED] [031208 12:43]: Thus spake Garance A Drosihn ([EMAIL PROTECTED]) [06/12/03 03:31]: From the above description, it sounds like you are running on a 5.1 system, and you are trying to compile a 5.2 kernel. Is this true? If the system you are on is 5.1,

Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-08 Thread Damian Gerow
Thus spake Michael Edenfield ([EMAIL PROTECTED]) [08/12/03 17:28]: with a 5.2 /usr/src: * make buildworld * make buildkernel * make installkernel * reboot to single-user * make installkernel * mergemaster * reboot I think you want that second 'installkernel' to actually be an

Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-08 Thread Dimitry Andric
On 2003-12-08 at 23:50:03 Damian Gerow wrote: * make buildworld * make buildkernel * make installkernel * reboot to single-user * make installkernel * mergemaster * reboot I think you want that second 'installkernel' to actually be an 'installkernel'. I'd advise some more

Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error

2003-12-08 Thread Damian Gerow
Thus spake Dimitry Andric ([EMAIL PROTECTED]) [08/12/03 18:01]: I think you want that second 'installkernel' to actually be an 'installkernel'. I'd advise some more coffee, you probably meant 'installworld' on the second instance. ;) Oh wow. Thanks. I'll go find my caffeine drip...

Re: Does indent(1) have a KNF mode?

2003-12-08 Thread Matthew D. Fuller
On Sun, Dec 07, 2003 at 10:25:39AM -0800 I heard the voice of Steve Kargl, and lo! it spake thus: Does indent(1) have a KNF mode? If not, does anyone have/know a set of command line switches that best approximates KNF? For the record, I tend to install GNU indent when I feel the itch, as it