Displaying 1 result from an estimated 1 matches for "netfilter_pom".
2006 Oct 05
0
[Bug 521] New: [patch] - some changes to runme script
...lter.org
        ReportedBy: alan.ezust@presinet.com
This patch addresses 2 bugs I found in runme.
1. When a patch fails, it shows you exactly which file caused the failure.
2. When there are backup files (ending with ~ or beginning with #) they are
ignored by POM.
--- ../patch-o-matic-ng-trunk/Netfilter_POM.pm	2006-10-03 08:21:19.000000000 -0700
+++ Netfilter_POM.pm	2006-10-03 10:58:03.000000000 -0700
@@ -361,7 +361,7 @@
 	opendir(DIR, $dir)
 		or croak "can't open directory $dir: $!";
 	# Don't miss .foo-test files!
-	my @dents = sort grep {!/^(\.\.?|CVS|\.svn)$/} readdir(DIR);
+	my...