All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xtables: remove white spaces from iptables-xml manpages
@ 2008-03-05 23:13 Filippo Zangheri
  2008-03-07 12:48 ` Jan Engelhardt
  0 siblings, 1 reply; 12+ messages in thread
From: Filippo Zangheri @ 2008-03-05 23:13 UTC (permalink / raw)
  To: netfilter-devel

Hi,

This patch removes useless white spaces from iptables-xml manpages.

Signed-off-by: Filippo Zangheri <filippo.zangheri@yahoo.it>

---
 iptables-xml.8 |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/iptables-xml.8 b/iptables-xml.8
index 2e4a3da..705dc5e 100644
--- a/iptables-xml.8
+++ b/iptables-xml.8
@@ -50,21 +50,21 @@ target like SNAT and another chain.
 Some sample output is:
 
 <iptables-rules>
-  <table name="mangle" >
+  <table name="mangle">
     <chain name="PREROUTING" policy="ACCEPT" packet-count="63436"
-byte-count="7137573" >
-      <rule >
+byte-count="7137573">
+      <rule>
        <conditions>
-        <match >
-          <p >tcp</p>
+        <match>
+          <p>tcp</p>
         </match>
-        <tcp >
-          <sport >8443</sport>
+        <tcp>
+          <sport>8443</sport>
         </tcp>
        </conditions>
        <actions>
-        <call >
-          <check_ip />
+        <call>
+          <check_ip/>
         </call>
         <ACCEPT/>
        </actions>
-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D---- G-- e++ h--
r++ z*
------END GEEK CODE BLOCK------


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-05 23:13 [PATCH] xtables: remove white spaces from iptables-xml manpages Filippo Zangheri
@ 2008-03-07 12:48 ` Jan Engelhardt
  2008-03-07 19:04   ` Pablo Neira Ayuso
  0 siblings, 1 reply; 12+ messages in thread
From: Jan Engelhardt @ 2008-03-07 12:48 UTC (permalink / raw)
  To: Filippo Zangheri; +Cc: netfilter-devel


On Mar 6 2008 00:13, Filippo Zangheri wrote:
>
>This patch removes useless white spaces from iptables-xml manpages.
>

thanks, applied.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-07 12:48 ` Jan Engelhardt
@ 2008-03-07 19:04   ` Pablo Neira Ayuso
  2008-03-08 12:19     ` Jan Engelhardt
  2008-03-10 16:44     ` Patrick McHardy
  0 siblings, 2 replies; 12+ messages in thread
From: Pablo Neira Ayuso @ 2008-03-07 19:04 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Filippo Zangheri, netfilter-devel

Jan Engelhardt wrote:
> On Mar 6 2008 00:13, Filippo Zangheri wrote:
>> This patch removes useless white spaces from iptables-xml manpages.
>>
> 
> thanks, applied.

I don't understand what you do. This patch applies clean to iptables
SVN. Are you supposed to be enqueuing patches that later you're going to
post again to the ML? Even you're getting me confused with this...

I'm going to apply this straigh forward patch to official SVN now.

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-07 19:04   ` Pablo Neira Ayuso
@ 2008-03-08 12:19     ` Jan Engelhardt
  2008-03-10 16:44     ` Patrick McHardy
  1 sibling, 0 replies; 12+ messages in thread
From: Jan Engelhardt @ 2008-03-08 12:19 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Filippo Zangheri, netfilter-devel


On Mar 7 2008 20:04, Pablo Neira Ayuso wrote:
>Jan Engelhardt wrote:
>> On Mar 6 2008 00:13, Filippo Zangheri wrote:
>>> This patch removes useless white spaces from iptables-xml manpages.
>> 
>> thanks, applied.
>
>I don't understand what you do. This patch applies clean to iptables
>SVN. Are you supposed to be enqueuing patches that later you're going to
>post again to the ML? Even you're getting me confused with this...

I and others had anticipated netfilter's move to git, and I think
that is a good idea. While that is in progress or so, I am already
working with the sanitized svn history in git[1] on my branch(es),
collecting patches against it.

[1] http://marc.info/?l=netfilter-devel&m=120450289808046&w=2

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-07 19:04   ` Pablo Neira Ayuso
  2008-03-08 12:19     ` Jan Engelhardt
@ 2008-03-10 16:44     ` Patrick McHardy
  2008-03-10 17:10       ` Filippo Zangheri
  1 sibling, 1 reply; 12+ messages in thread
From: Patrick McHardy @ 2008-03-10 16:44 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Jan Engelhardt, Filippo Zangheri, netfilter-devel

Pablo Neira Ayuso wrote:
> Jan Engelhardt wrote:
>> On Mar 6 2008 00:13, Filippo Zangheri wrote:
>>> This patch removes useless white spaces from iptables-xml manpages.
>>>
>> thanks, applied.
> 
> I don't understand what you do. This patch applies clean to iptables
> SVN. Are you supposed to be enqueuing patches that later you're going to
> post again to the ML? Even you're getting me confused with this...


I agree, please stop this. If patches get missed, the submitter
won't notice if you've already sent an "applied" message. It
also increases load for us if you submit the same patch again.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-10 16:44     ` Patrick McHardy
@ 2008-03-10 17:10       ` Filippo Zangheri
  2008-03-10 17:40         ` Patrick McHardy
  0 siblings, 1 reply; 12+ messages in thread
From: Filippo Zangheri @ 2008-03-10 17:10 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netfilter-devel

Patrick McHardy ha scritto:
> Pablo Neira Ayuso wrote:
>> Jan Engelhardt wrote:
>>> On Mar 6 2008 00:13, Filippo Zangheri wrote:
>>>> This patch removes useless white spaces from iptables-xml manpages.
>>>>
>>> thanks, applied.
>> I don't understand what you do. This patch applies clean to iptables
>> SVN. Are you supposed to be enqueuing patches that later you're going to
>> post again to the ML? Even you're getting me confused with this...
> 
> 
> I agree, please stop this. If patches get missed, the submitter
> won't notice if you've already sent an "applied" message. It
> also increases load for us if you submit the same patch again.

Hi Patrick,

First of all, I'd like to thank you and everyone who has ever
participated in the development of Netfilter & co. Without you all I
would have never graduate :-).

Just out of curiosity, may I ask you what's your opinion on using
Git as a version control system for Netfilter stuff? And what's your
opinion on switching to it?

Thank you very much.


-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D---- G-- e++ h--
r++ z*
------END GEEK CODE BLOCK------


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-10 17:10       ` Filippo Zangheri
@ 2008-03-10 17:40         ` Patrick McHardy
  2008-03-10 17:46           ` Jan Engelhardt
  2008-03-10 17:52           ` Filippo Zangheri
  0 siblings, 2 replies; 12+ messages in thread
From: Patrick McHardy @ 2008-03-10 17:40 UTC (permalink / raw)
  To: Filippo Zangheri; +Cc: netfilter-devel

Filippo Zangheri wrote:
> Hi Patrick,
> 
> First of all, I'd like to thank you and everyone who has ever
> participated in the development of Netfilter & co. Without you all I
> would have never graduate :-).

Thanks :)

> Just out of curiosity, may I ask you what's your opinion on using
> Git as a version control system for Netfilter stuff? And what's your
> opinion on switching to it?

I would prefer that over SVN very much, however before we switch
we need to set up git on the netfilter servers, install gitweb
etc. I currently don't have time to take care of this.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-10 17:40         ` Patrick McHardy
@ 2008-03-10 17:46           ` Jan Engelhardt
  2008-03-10 18:20             ` Patrick McHardy
  2008-03-10 17:52           ` Filippo Zangheri
  1 sibling, 1 reply; 12+ messages in thread
From: Jan Engelhardt @ 2008-03-10 17:46 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: Filippo Zangheri, netfilter-devel


On Mar 10 2008 18:40, Patrick McHardy wrote:
>
>> Just out of curiosity, may I ask you what's your opinion on using
>> Git as a version control system for Netfilter stuff? And what's your
>> opinion on switching to it?
>
> I would prefer that over SVN very much, however before we switch
> we need to set up git on the netfilter servers, install gitweb
> etc. I currently don't have time to take care of this.

You previously raised the idea of putting the repository on
git.kernel.org; not that I really care where it is at, but if you
need help setting it plus gitweb up, that is actually fairly easy.

All I needed for this host was enabling git-daemon in xinetd and
making Apache run gitweb.cgi. 'Was kinda puzzled how long it took
me to get mod_dav/authnz_svn working in comparison.

Call me if you need help ;)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-10 17:40         ` Patrick McHardy
  2008-03-10 17:46           ` Jan Engelhardt
@ 2008-03-10 17:52           ` Filippo Zangheri
  1 sibling, 0 replies; 12+ messages in thread
From: Filippo Zangheri @ 2008-03-10 17:52 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netfilter-devel

Patrick McHardy ha scritto:
> I would prefer that over SVN very much, however before we switch
> we need to set up git on the netfilter servers, install gitweb
> etc. I currently don't have time to take care of this.

Oh, that's great to hear that the only thing that's currently
keeping Netfilter development from performing that giant leap to Git
is lack of time. :-)

Then I'm looking forward for the Git-switch.

Thank you.
Keep it coming.


-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D---- G-- e++ h--
r++ z*
------END GEEK CODE BLOCK------


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-10 17:46           ` Jan Engelhardt
@ 2008-03-10 18:20             ` Patrick McHardy
  2008-04-02 11:27               ` Jan Engelhardt
  0 siblings, 1 reply; 12+ messages in thread
From: Patrick McHardy @ 2008-03-10 18:20 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Filippo Zangheri, netfilter-devel

Jan Engelhardt wrote:
> On Mar 10 2008 18:40, Patrick McHardy wrote:
>>> Just out of curiosity, may I ask you what's your opinion on using
>>> Git as a version control system for Netfilter stuff? And what's your
>>> opinion on switching to it?
>> I would prefer that over SVN very much, however before we switch
>> we need to set up git on the netfilter servers, install gitweb
>> etc. I currently don't have time to take care of this.
> 
> You previously raised the idea of putting the repository on
> git.kernel.org; not that I really care where it is at, but if you
> need help setting it plus gitweb up, that is actually fairly easy.


Moving to kernel.org would require to get an account there for
all netfilter developers. Its probably easier to keep it on
netfilter.org.

I know that gitweb is pretty easy to set up, I'm a bit afraid
to touch the netfilter servers though (at least while Harald is
on vacation) since they contain a pretty f*cked up genfoo
installation with debian running in a chroot.

> 
> All I needed for this host was enabling git-daemon in xinetd and
> making Apache run gitweb.cgi. 'Was kinda puzzled how long it took
> me to get mod_dav/authnz_svn working in comparison.
> 
> Call me if you need help ;)

I'll get back to you if I do :)



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-03-10 18:20             ` Patrick McHardy
@ 2008-04-02 11:27               ` Jan Engelhardt
  2008-04-02 13:31                 ` Patrick McHardy
  0 siblings, 1 reply; 12+ messages in thread
From: Jan Engelhardt @ 2008-04-02 11:27 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: Filippo Zangheri, netfilter-devel


>>  On Mar 10 2008 18:40, Patrick McHardy wrote:
>> > >  Just out of curiosity, may I ask you what's your opinion on using
>> > >  Git as a version control system for Netfilter stuff? And what's your
>> > >  opinion on switching to it?
>> >  I would prefer that over SVN very much, however before we switch
>> >  we need to set up git on the netfilter servers, install gitweb
>> >  etc. I currently don't have time to take care of this.
>>
>>  You previously raised the idea of putting the repository on
>>  git.kernel.org; not that I really care where it is at, but if you
>>  need help setting it plus gitweb up, that is actually fairly easy.
>[...]
> I know that gitweb is pretty easy to set up, I'm a bit afraid
> to touch the netfilter servers though (at least while Harald is
> on vacation) since they contain a pretty f*cked up genfoo
> installation with debian running in a chroot.

Is winter season still on? :)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] xtables: remove white spaces from iptables-xml manpages
  2008-04-02 11:27               ` Jan Engelhardt
@ 2008-04-02 13:31                 ` Patrick McHardy
  0 siblings, 0 replies; 12+ messages in thread
From: Patrick McHardy @ 2008-04-02 13:31 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Filippo Zangheri, netfilter-devel

Jan Engelhardt wrote:
> 
>>>  On Mar 10 2008 18:40, Patrick McHardy wrote:
>>> > >  Just out of curiosity, may I ask you what's your opinion on using
>>> > >  Git as a version control system for Netfilter stuff? And what's 
>>> your
>>> > >  opinion on switching to it?
>>> >  I would prefer that over SVN very much, however before we switch
>>> >  we need to set up git on the netfilter servers, install gitweb
>>> >  etc. I currently don't have time to take care of this.
>>>
>>>  You previously raised the idea of putting the repository on
>>>  git.kernel.org; not that I really care where it is at, but if you
>>>  need help setting it plus gitweb up, that is actually fairly easy.
>> [...]
>> I know that gitweb is pretty easy to set up, I'm a bit afraid
>> to touch the netfilter servers though (at least while Harald is
>> on vacation) since they contain a pretty f*cked up genfoo
>> installation with debian running in a chroot.
> 
> Is winter season still on? :)


I'll give it a try :)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-04-02 13:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 23:13 [PATCH] xtables: remove white spaces from iptables-xml manpages Filippo Zangheri
2008-03-07 12:48 ` Jan Engelhardt
2008-03-07 19:04   ` Pablo Neira Ayuso
2008-03-08 12:19     ` Jan Engelhardt
2008-03-10 16:44     ` Patrick McHardy
2008-03-10 17:10       ` Filippo Zangheri
2008-03-10 17:40         ` Patrick McHardy
2008-03-10 17:46           ` Jan Engelhardt
2008-03-10 18:20             ` Patrick McHardy
2008-04-02 11:27               ` Jan Engelhardt
2008-04-02 13:31                 ` Patrick McHardy
2008-03-10 17:52           ` Filippo Zangheri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.