All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.4.15-greased-turkey ???
@ 2001-11-23  8:51 Tim Tassonis
  2001-11-23 11:24 ` Viktor Rosenfeld
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tim Tassonis @ 2001-11-23  8:51 UTC (permalink / raw)
  To: linux-kernel, torvalds

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.15-greased-turkey ???
  2001-11-23  8:51 2.4.15-greased-turkey ??? Tim Tassonis
@ 2001-11-23 11:24 ` Viktor Rosenfeld
  2001-11-23 16:13 ` Jeff Garzik
  2001-11-23 17:55 ` Linus Torvalds
  2 siblings, 0 replies; 6+ messages in thread
From: Viktor Rosenfeld @ 2001-11-23 11:24 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

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/

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.15-greased-turkey ???
  2001-11-23  8:51 2.4.15-greased-turkey ??? Tim Tassonis
  2001-11-23 11:24 ` Viktor Rosenfeld
@ 2001-11-23 16:13 ` Jeff Garzik
  2001-11-23 17:55 ` Linus Torvalds
  2 siblings, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2001-11-23 16:13 UTC (permalink / raw)
  To: Tim Tassonis; +Cc: linux-kernel, torvalds

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.15-greased-turkey ???
  2001-11-23  8:51 2.4.15-greased-turkey ??? Tim Tassonis
  2001-11-23 11:24 ` Viktor Rosenfeld
  2001-11-23 16:13 ` Jeff Garzik
@ 2001-11-23 17:55 ` Linus Torvalds
  2001-11-23 18:29   ` Oliver Xymoron
  2 siblings, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2001-11-23 17:55 UTC (permalink / raw)
  To: Tim Tassonis; +Cc: linux-kernel


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.15-greased-turkey ???
  2001-11-23 17:55 ` Linus Torvalds
@ 2001-11-23 18:29   ` Oliver Xymoron
  2001-11-23 21:19     ` Jamie Lokier
  0 siblings, 1 reply; 6+ messages in thread
From: Oliver Xymoron @ 2001-11-23 18:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Tim Tassonis, linux-kernel

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.."


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.15-greased-turkey ???
  2001-11-23 18:29   ` Oliver Xymoron
@ 2001-11-23 21:19     ` Jamie Lokier
  0 siblings, 0 replies; 6+ messages in thread
From: Jamie Lokier @ 2001-11-23 21:19 UTC (permalink / raw)
  To: Oliver Xymoron; +Cc: Linus Torvalds, Tim Tassonis, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-11-23 21:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-23  8:51 2.4.15-greased-turkey ??? Tim Tassonis
2001-11-23 11:24 ` Viktor Rosenfeld
2001-11-23 16:13 ` Jeff Garzik
2001-11-23 17:55 ` Linus Torvalds
2001-11-23 18:29   ` Oliver Xymoron
2001-11-23 21:19     ` Jamie Lokier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.