[conntrack-tools] doc: use 'From' instead of 'from' in the example configfiles

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Sun Jan 25 18:51:07 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=afb9b7f9ee21df97754648d832fcee2b778b277a
commit afb9b7f9ee21df97754648d832fcee2b778b277a
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Sun Jan 25 18:50:43 2009 +0100
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Sun Jan 25 18:50:43 2009 +0100

    doc: use 'From' instead of 'from' in the example configfiles
    
    This patch fixes a wrong use of 'from' instead of 'From' in the
    example configuration files.
    
    Reported-by: Yoann Juet <yoann.juet at univ-nantes.fr>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  afb9b7f9ee21df97754648d832fcee2b778b277a (commit)
      from  2aeebebf6d6a48d57023e3c7953ddd9088284f99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit afb9b7f9ee21df97754648d832fcee2b778b277a
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Sun Jan 25 18:50:43 2009 +0100

    doc: use 'From' instead of 'from' in the example configfiles
    
    This patch fixes a wrong use of 'from' instead of 'From' in the
    example configuration files.
    
    Reported-by: Yoann Juet <yoann.juet at univ-nantes.fr>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

 doc/sync/alarm/conntrackd.conf   |    2 +-
 doc/sync/ftfw/conntrackd.conf    |    2 +-
 doc/sync/notrack/conntrackd.conf |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
This patch fixes a wrong use of 'from' instead of 'From' in the
example configuration files.

Reported-by: Yoann Juet <yoann.juet at univ-nantes.fr>
Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf
index 39741b3..da11887 100644
--- a/doc/sync/alarm/conntrackd.conf
+++ b/doc/sync/alarm/conntrackd.conf
@@ -226,7 +226,7 @@ General {
 	# event filtering, use the keyword 'Kernelspace' instead of 
 	# 'Userspace'.
 	#
-	Filter from Userspace {
+	Filter From Userspace {
 		#
 		# Accept only certain protocols: You may want to replicate
 		# the state of flows depending on their layer 4 protocol.
diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index 93f7a44..3c39291 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -235,7 +235,7 @@ General {
 	# event filtering, use the keyword 'Kernelspace' instead of 
 	# 'Userspace'.
 	#
-	Filter from Userspace {
+	Filter From Userspace {
 		#
 		# Accept only certain protocols: You may want to replicate
 		# the state of flows depending on their layer 4 protocol.
diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf
index 39a5faa..f86d17b 100644
--- a/doc/sync/notrack/conntrackd.conf
+++ b/doc/sync/notrack/conntrackd.conf
@@ -216,7 +216,7 @@ General {
 	# event filtering, use the keyword 'Kernelspace' instead of 
 	# 'Userspace'.
 	#
-	Filter from Userspace {
+	Filter From Userspace {
 		#
 		# Accept only certain protocols: You may want to replicate
 		# the state of flows depending on their layer 4 protocol.



More information about the netfilter-cvslog mailing list