summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO16
-rwxr-xr-xscripts/apatch.in2
2 files changed, 16 insertions, 2 deletions
diff --git a/TODO b/TODO
index eccb7ce..6030675 100644
--- a/TODO
+++ b/TODO
@@ -107,5 +107,19 @@ apatch:
touched_by_patch:
- - Implement more of patch's filename heuristic?
+ - Implement more of patch's filename heuristic: The following
+ file is not recognized, for example...
+
+ *** linux/drivers/parport/parport_cs.c.orig Sun Jun 23 09:20:21 2002
+ --- linux/drivers/parport/parport_cs.c Sun Jun 23 09:21:02 2002
+ ***************
+ *** 48,53 ****
+ --- 48,54 ----
+
+ #include <linux/parport.h>
+ #include <linux/parport_pc.h>
+ + #include <linux/major.h>
+
+ #include <pcmcia/version.h>
+ #include <pcmcia/cs_types.h>
diff --git a/scripts/apatch.in b/scripts/apatch.in
index d225bde..3292e82 100755
--- a/scripts/apatch.in
+++ b/scripts/apatch.in
@@ -81,6 +81,7 @@ apatch()
return 1
fi
+ echo "Applying $patch"
if ! [ -e $pc_file ]
then
echo "Patch $patch appears to be empty, applied"
@@ -119,7 +120,6 @@ apatch()
add_to_db $patch
if [ $status -eq 0 ]
then
- echo "Applied $patch"
rm -f $pc_file~refresh
else
touch $pc_file~refresh