linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Kill "testing by UNISYS" message
@ 2003-02-10 17:13 Pavel Machek
  2003-02-11 13:24 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2003-02-10 17:13 UTC (permalink / raw)
  To: Rusty trivial patch monkey Russell, kernel list, torvalds

Hi!

This kills totally unneccessary and long-obsolete message about
testing by UNIFIX and similar obsolete message about NET4.0 for
linux2.4... Please apply,
								Pavel

--- clean/init/main.c	2003-01-17 23:13:40.000000000 +0100
+++ linux/init/main.c	2003-01-17 23:19:36.000000000 +0100
@@ -436,7 +436,6 @@
 	ipc_init();
 #endif
 	check_bugs();
-	printk("POSIX conformance testing by UNIFIX\n");
 
 	/* 
 	 *	We count on the initial thread going ok 
--- clean/net/socket.c	2003-01-09 22:16:36.000000000 +0100
+++ linux/net/socket.c	2003-01-09 22:20:00.000000000 +0100
@@ -1784,9 +1784,6 @@
 {
 	int i;
 
-	printk(KERN_INFO "Linux NET4.0 for Linux 2.4\n");
-	printk(KERN_INFO "Based upon Swansea University Computer Society NET3.039\n");
-
 	/*
 	 *	Initialize all address (protocol) families. 
 	 */

-- 
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?

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

* Re: Kill "testing by UNISYS" message
  2003-02-10 17:13 Kill "testing by UNISYS" message Pavel Machek
@ 2003-02-11 13:24 ` Alan Cox
  2003-02-13 10:37   ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2003-02-11 13:24 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Rusty trivial patch monkey Russell, Linux Kernel Mailing List,
	Linus Torvalds

On Mon, 2003-02-10 at 17:13, Pavel Machek wrote:
> -	printk(KERN_INFO "Linux NET4.0 for Linux 2.4\n");
> -	printk(KERN_INFO "Based upon Swansea University Computer Society NET3.039\n");
> -

No problem with that but please ensure the Swansea University Computer Society part is
already in, or ends up in the top of file comments so the copyright info is preserved.

Alan


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

* Re: Kill "testing by UNISYS" message
  2003-02-11 13:24 ` Alan Cox
@ 2003-02-13 10:37   ` Pavel Machek
  2003-02-13 20:43     ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2003-02-13 10:37 UTC (permalink / raw)
  To: Alan Cox
  Cc: Rusty trivial patch monkey Russell, Linux Kernel Mailing List,
	Linus Torvalds

Hi!


> > -	printk(KERN_INFO "Linux NET4.0 for Linux 2.4\n");
> > -	printk(KERN_INFO "Based upon Swansea University Computer Society NET3.039\n");
> > -
> 
> No problem with that but please ensure the Swansea University Computer Society part is
> already in, or ends up in the top of file comments so the copyright info is preserved.

Updated patch follows... hope it is okay this way.

									Pavel

--- clean/net/socket.c	2003-02-11 17:41:48.000000000 +0100
+++ linux/net/socket.c	2003-02-12 22:27:45.000000000 +0100
@@ -55,6 +55,7 @@
  *	This module is effectively the top level interface to the BSD socket
  *	paradigm. 
  *
+ *	Based upon Swansea University Computer Society NET3.039
  */
 
 #include <linux/config.h>
@@ -1854,9 +1855,6 @@
 {
 	int i;
 
-	printk(KERN_INFO "Linux NET4.0 for Linux 2.4\n");
-	printk(KERN_INFO "Based upon Swansea University Computer Society NET3.039\n");
-
 	/*
 	 *	Initialize all address (protocol) families. 
 	 */


-- 
Casualities in World Trade Center: ~3k dead inside the building,
cryptography in U.S.A. and free speech in Czech Republic.

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

* Re: Kill "testing by UNISYS" message
  2003-02-13 10:37   ` Pavel Machek
@ 2003-02-13 20:43     ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2003-02-13 20:43 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Rusty trivial patch monkey Russell, Linux Kernel Mailing List,
	Linus Torvalds

On Thu, 2003-02-13 at 10:37, Pavel Machek wrote:
> Hi!
> 
> 
> > > -	printk(KERN_INFO "Linux NET4.0 for Linux 2.4\n");
> > > -	printk(KERN_INFO "Based upon Swansea University Computer Society NET3.039\n");
> > > -
> > 
> > No problem with that but please ensure the Swansea University Computer Society part is
> > already in, or ends up in the top of file comments so the copyright info is preserved.
> 
> Updated patch follows... hope it is okay this way.

Certainly fine by me


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

end of thread, other threads:[~2003-02-13 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-10 17:13 Kill "testing by UNISYS" message Pavel Machek
2003-02-11 13:24 ` Alan Cox
2003-02-13 10:37   ` Pavel Machek
2003-02-13 20:43     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).