Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25089/scripts
Modified Files:
patch-o-matic
Log Message:
base/connlimit creates troubles, therefore we move it away
hopefully the kernel compiles now
Index: patch-o-matic
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/patch-o-matic,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- patch-o-matic 9 Apr 2004 01:18:57 -0000 1.14
+++ patch-o-matic 9 Apr 2004 21:47:40 -0000 1.15
@@ -34,7 +34,9 @@
# move troublesome patches away
mkdir -p submitted/tmp
mkdir -p pending/tmp
+ mkdir -p base/tmp
mv -f submitted/61_nulldev_alignment* submitted/tmp &> /dev/null
+ mv -f base/connlimit* base/tmp &> /dev/null
#mv -f pending/XXXXX* pending/tmp &> /dev/null
PATCHES="";
|