[patch] POM-NG: runme message clarification and filename regex
fixes (v3)
Patrick McHardy
kaber at trash.net
Fri Jan 12 17:20:40 CET 2007
Alan Ezust wrote:
> This patch (3rd attempt to submit), includes fixes to the messages, to clarify
> where things went wrong (when they do go wrong), and also avoids picking up
> backup files in the patchlets directory.
I fixed the whitespace damage and applied it, thanks.
> - } elsif ($session->apply_patchlet($patchlet, !$opt_reverse, 1, "/tmp/pom-$$", $opt_verbose)) {
> - print("applied\n");
> + }
> + elsif ($session->apply_patchlet($patchlet, !$opt_reverse, 1, "/tmp/pom-$$", $opt_verbose)) {
Please make sure you don't mix reformating like this with
real changes.
More information about the netfilter-devel
mailing list