Re: [PATCH] Fix linux banner utsname information

2006-12-06 Thread Herbert Poetzl
On Tue, Dec 05, 2006 at 06:24:09PM +0100, Herbert Poetzl wrote: > On Mon, Dec 04, 2006 at 11:32:48PM +0100, Herbert Poetzl wrote: > > > > utsname information is shown in the linux banner, which > > also is used for /proc/version (which can have different > > utsname values inside a uts namespaces)

Re: [PATCH] Fix linux banner utsname information

2006-12-05 Thread Herbert Poetzl
On Mon, Dec 04, 2006 at 11:32:48PM +0100, Herbert Poetzl wrote: > > utsname information is shown in the linux banner, which > also is used for /proc/version (which can have different > utsname values inside a uts namespaces). this patch > makes the varying data arguments and changes the string > t

[PATCH] Fix linux banner utsname information

2006-12-04 Thread Herbert Poetzl
utsname information is shown in the linux banner, which also is used for /proc/version (which can have different utsname values inside a uts namespaces). this patch makes the varying data arguments and changes the string to a format string, using those arguments. best, Herbert Signed-off-by: Her