Re: Re: system password's file

2005-10-15 Thread Divacky Roman
On Fri, Oct 14, 2005 at 04:24:05PM -0500, Matthew D. Fuller wrote: > On Fri, Oct 14, 2005 at 06:54:26AM -0500 I heard the voice of > Sergey Babkin, and lo! it spake thus: > > > > I don't know if it's fixed now or not. > > I just converted a Mandrake box a month or so ago, which used MD5 > hashes.

Re: freebsd-5.4-stable panics

2005-10-15 Thread Rob Watt
On Thu, 13 Oct 2005, Rob Watt wrote: > The test machine did panic. Unfortunately I was not running with > BREAK_TO_DEBUGGER. I will re-run the tests with all of the debugging > options we were using before, and then send you the trace info. Unfortunately I was not able to reproduce the panics wit

Re: systems password's file

2005-10-15 Thread Bill Vermillion
> From: "Matthew D. Fuller" <[EMAIL PROTECTED]> > Subject: Re: Re: system password's file > On Fri, Oct 14, 2005 at 06:54:26AM -0500 I heard the voice of > Sergey Babkin, and lo! it spake thus: > > I don't know if it's fixed now or not. > I just converted a Mandrake box a month or so ago, which

getenv semantics

2005-10-15 Thread Tony Maher
Hello, I am trying to create a port of some 3rd party software and while I can get it to compile ok and (mostly) run there are a few anomalies in it detecting environment variables. It appears to run ok on linux (I do not have a convenient linux box for testing with). I believe its the way the

Re: getenv semantics

2005-10-15 Thread Joseph Koshy
> Is this analysis correct? Can someone point me to the (a?) > standard that describes this. The FreeBSD behaviour makes > sense, I am trying to understand what is the expected > behaviour on other platforms. >From "The Open Group Base Specifications Issue 6" http://www.cnop.net/docs/susv3/funct

Re: getenv semantics

2005-10-15 Thread Danny Braniss
> Hello, > > I am trying to create a port of some 3rd party software and while > I can get it to compile ok and (mostly) run there are a few anomalies in > it detecting environment variables. It appears to run ok on linux (I do > not have a convenient linux box for testing with). I believe its t