Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3633/scripts
Modified Files:
patch-o-matic
Log Message:
another broken extension
Index: patch-o-matic
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/patch-o-matic,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- patch-o-matic 11 Apr 2004 09:37:29 -0000 1.19
+++ patch-o-matic 11 Apr 2004 09:50:52 -0000 1.20
@@ -40,6 +40,7 @@
if [ "$CONFIG_NF_BASE" = "y" ]; then
EXCLUDE_PATCHES="$EXCLUDE_PATCHES base/set" # breaks iptables totally
EXCLUDE_PATCHES="$EXCLUDE_PATCHES base/dstlimit" # extension is broken
+ EXCLUDE_PATCHES="$EXCLUDE_PATCHES base/osf" # extension is broken
PATCHES="$PATCHES base";
fi
[ "$CONFIG_NF_EXTRA" = "y" ] && \
|