Subject: Re: newvers.sh padding problem
To: <>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-kern
Date: 02/04/1999 09:30:51
On Wed, Feb 03, 1999 at 02:11:53PM -0800, Curt Sampson wrote:
> On Wed, 3 Feb 1999, John Kohl wrote:
> 
> > Why not just dump the separation into variables completely, and just put
> > the @(#) header in the version string directly?
> 
> That would cause the output of `uname -v' to be prefixed with @(#).

Hey, its our uname as well as our kernel...

we can change the underlying sysctl(CTL_KERN.KERN_VERSION) to return vers+4
instead of vers.

	Ignatios