From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [patch] POM-NG: runme message clarification and filename regex fixes (v3) Date: Fri, 12 Jan 2007 17:20:40 +0100 Message-ID: <45A7B558.8040408@trash.net> References: <200701111021.55817.alan.ezust@presinet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Alan Ezust In-Reply-To: <200701111021.55817.alan.ezust@presinet.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org 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.