Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1128/scripts
Modified Files:
patch-o-matic
Log Message:
removed another patch for a broken iptables extension
Index: patch-o-matic
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/patch-o-matic,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- patch-o-matic 11 Apr 2004 00:07:49 -0000 1.18
+++ patch-o-matic 11 Apr 2004 09:37:29 -0000 1.19
@@ -38,7 +38,8 @@
EXCLUDE_PATCHES="submitted/61_nulldev_alignment"
if [ "$CONFIG_NF_BASE" = "y" ]; then
- EXCLUDE_PATCHES="$EXCLUDE_PATCHES base/set"
+ EXCLUDE_PATCHES="$EXCLUDE_PATCHES base/set" # breaks iptables totally
+ EXCLUDE_PATCHES="$EXCLUDE_PATCHES base/dstlimit" # extension is broken
PATCHES="$PATCHES base";
fi
[ "$CONFIG_NF_EXTRA" = "y" ] && \
|