lkml.org 
[lkml]   [2002]   [Aug]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [BUG] 2.4.19-rc5 with ipchains module
On Fri, 2 Aug 2002, Marc-Christian Petersen wrote:

> Hi there,
>
> ipchains isn't able to be loaded as a module, even there is no iptables
> loaded. .config is attached.
>
> root@codeman:[/] > modprobe ipchains
> Warning: loading /lib/modules/2.4.19-rc5/kernel/net/ipv4/netfilter/ipchains.o
> will taint the kernel: non-GPL license - BSD without advertisement clause
>...

The following trivial patch taken from 2.4.20-pre1-ac1 fixes it:

--- linux.20pre1/net/ipv4/netfilter/ipchains_core.c 2002-08-06 15:40:34.000000000 +0100
+++ linux.20pre1-ac1/net/ipv4/netfilter/ipchains_core.c 2002-08-06 15:41:56.000000000 +0100
@@ -1779,4 +1779,4 @@
#endif
return ret;
}
-MODULE_LICENSE("BSD without advertisement clause");
+MODULE_LICENSE("Dual BSD/GPL");


Marcelo:
Please include this patch in 2.4.20.


cu
Adrian

--

You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
Alan Cox



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:27    [W:0.035 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site