Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31067/scripts
Modified Files:
patch-o-matic
Log Message:
uploaded patched versions of patch-o-matic and iptables
finally this issue should be closed
Index: patch-o-matic
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/patch-o-matic,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- patch-o-matic 11 Apr 2004 09:50:52 -0000 1.20
+++ patch-o-matic 11 Apr 2004 11:58:52 -0000 1.21
@@ -35,7 +35,8 @@
EXCLUDE_PATCHES="";
# patchs to exclude, eg. because of creating troubles
- EXCLUDE_PATCHES="submitted/61_nulldev_alignment"
+ # (none at the moment)
+ # eg. EXCLUDE_PATCHES="dir/patchname"
if [ "$CONFIG_NF_BASE" = "y" ]; then
EXCLUDE_PATCHES="$EXCLUDE_PATCHES base/set" # breaks iptables totally
|