2001-11-23 08:54:39

by Tim Tassonis

[permalink] [raw]
Subject: 2.4.15-greased-turkey ???

Hi

linux/include/linux/version.h in 2.4.15:

#define UTS_RELEASE "2.4.15-greased-turkey"
#define LINUX_VERSION_CODE 132111
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))


What's this all about??

(Looks a bit strange to have /lib/modules/2.4.15-greased-turkey ...)

Bye
Tim


2001-11-23 11:24:51

by Viktor Rosenfeld

[permalink] [raw]
Subject: Re: 2.4.15-greased-turkey ???

Tim Tassonis wrote:

> #define UTS_RELEASE "2.4.15-greased-turkey"
>
> What's this all about??

A Thanksgiving joke?

Viktor
--
Viktor Rosenfeld
WWW: http://www.informatik.hu-berlin.de/~rosenfel/


Attachments:
(No filename) (198.00 B)
(No filename) (232.00 B)
Download all attachments

2001-11-23 16:14:32

by Jeff Garzik

[permalink] [raw]
Subject: Re: 2.4.15-greased-turkey ???

On Fri, 23 Nov 2001, Tim Tassonis wrote:

> Hi
>
> linux/include/linux/version.h in 2.4.15:
>
> #define UTS_RELEASE "2.4.15-greased-turkey"
> #define LINUX_VERSION_CODE 132111
> #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
>
>
> What's this all about??

Thanksgiving holiday in America... maybe Linus is giving thanks that he
can turn 2.4 over to Marcelo now :)

Jeff



2001-11-23 18:01:23

by Linus Torvalds

[permalink] [raw]
Subject: Re: 2.4.15-greased-turkey ???


On Fri, 23 Nov 2001, Tim Tassonis wrote:
>
> linux/include/linux/version.h in 2.4.15:
>
> #define UTS_RELEASE "2.4.15-greased-turkey"
> #define LINUX_VERSION_CODE 132111
> #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
>
> What's this all about??

It'sa worthy follow-up to the 2.2.x "greased weasel" releases, but as
yesterday was Thanksgiving here in the US, and a lot of turkeys offered
their lives in celebration of the new 2.5.0 tree, the 2.4.x series got
christened a "greased turkey" instead of a weasel.

It may not have quite the same connotations of slippery speed as the
weasel, but then some people said the same thing about the penguin too.

Linus

2001-11-23 18:27:56

by Oliver Xymoron

[permalink] [raw]
Subject: Re: 2.4.15-greased-turkey ???

On Fri, 23 Nov 2001, Linus Torvalds wrote:

> It'sa worthy follow-up to the 2.2.x "greased weasel" releases, but as
> yesterday was Thanksgiving here in the US, and a lot of turkeys offered
> their lives in celebration of the new 2.5.0 tree, the 2.4.x series got
> christened a "greased turkey" instead of a weasel.

I had to apply the following patch before I could run this on my system:

--- Makefile~ Thu Nov 22 13:22:58 2001
+++ Makefile Fri Nov 23 11:53:46 2001
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 15
-EXTRAVERSION =-greased-turkey
+EXTRAVERSION =-greased-tofurkey

KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)

--
"Love the dolphins," she advised him. "Write by W.A.S.T.E.."

2001-11-23 21:22:33

by Jamie Lokier

[permalink] [raw]
Subject: Re: 2.4.15-greased-turkey ???

Oliver Xymoron wrote:
> I had to apply the following patch before I could run this on my system:
>
> --- Makefile~ Thu Nov 22 13:22:58 2001
> +++ Makefile Fri Nov 23 11:53:46 2001
> @@ -1,7 +1,7 @@
> VERSION = 2
> PATCHLEVEL = 4
> SUBLEVEL = 15
> -EXTRAVERSION =-greased-turkey
> +EXTRAVERSION =-greased-tofurkey
>
> KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)

I've had better luck with 2.4.15-tasteful-salad.

("offered their lives", indeed. Why, I thought the USA's current
terminology was "collateral damage".)

-- Jamie