[conntrack-tools] fix: wrong information related to default logging action

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Fri Aug 1 12:00:03 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=9ad0b747e0a2f433192235fb04e4d291ce07b7e6
commit 9ad0b747e0a2f433192235fb04e4d291ce07b7e6
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Fri Aug 1 11:59:55 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Fri Aug 1 11:59:55 2008 +0200

    fix: wrong information related to default logging action
    
    Logging is set off by default instead of what the example files state.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  9ad0b747e0a2f433192235fb04e4d291ce07b7e6 (commit)
      from  d400ecfef1fd16a9bed90ddaf8270622476337bb (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 9ad0b747e0a2f433192235fb04e4d291ce07b7e6
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Fri Aug 1 11:59:55 2008 +0200

    fix: wrong information related to default logging action
    
    Logging is set off by default instead of what the example files state.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

 doc/stats/conntrackd.conf              |    6 +++---
 doc/sync/alarm/node1/conntrackd.conf   |    6 +++---
 doc/sync/alarm/node2/conntrackd.conf   |    6 +++---
 doc/sync/ftfw/node1/conntrackd.conf    |    6 +++---
 doc/sync/ftfw/node2/conntrackd.conf    |    6 +++---
 doc/sync/notrack/node1/conntrackd.conf |    6 +++---
 doc/sync/notrack/node2/conntrackd.conf |    6 +++---
 7 files changed, 21 insertions(+), 21 deletions(-)
Logging is set off by default instead of what the example files state.

Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/doc/stats/conntrackd.conf b/doc/stats/conntrackd.conf
index b63c2c3..4f0a6e2 100644
--- a/doc/stats/conntrackd.conf
+++ b/doc/stats/conntrackd.conf
@@ -14,10 +14,10 @@ General {
 	HashLimit 65535
 
 	#
-	# Logfile: on, off, or a filename
-	# Default: on (/var/log/conntrackd.log)
+	# Logfile: on (/var/log/conntrackd.log), off, or a filename
+	# Default: off
 	#
-	#LogFile off
+	#LogFile on
 
 	#
 	# Syslog: on, off or a facility name (daemon (default) or local0..7)
diff --git a/doc/sync/alarm/node1/conntrackd.conf b/doc/sync/alarm/node1/conntrackd.conf
index ff86918..ffd6b4a 100644
--- a/doc/sync/alarm/node1/conntrackd.conf
+++ b/doc/sync/alarm/node1/conntrackd.conf
@@ -91,10 +91,10 @@ General {
 	HashLimit 65535
 
 	#
-	# Logfile: on, off, or a filename
-	# Default: on (/var/log/conntrackd.log)
+	# Logfile: on (/var/log/conntrackd.log), off, or a filename
+	# Default: off
 	#
-	#LogFile off
+	#LogFile on
 
 	#
 	# Syslog: on, off or a facility name (daemon (default) or local0..7)
diff --git a/doc/sync/alarm/node2/conntrackd.conf b/doc/sync/alarm/node2/conntrackd.conf
index ab34f70..8f7abb2 100644
--- a/doc/sync/alarm/node2/conntrackd.conf
+++ b/doc/sync/alarm/node2/conntrackd.conf
@@ -91,10 +91,10 @@ General {
 	HashLimit 65535
 
 	#
-	# Logfile: on, off, or a filename
-	# Default: on (/var/log/conntrackd.log)
+	# Logfile: on (/var/log/conntrackd.log), off, or a filename
+	# Default: off
 	#
-	#LogFile off
+	#LogFile on
 
 	#
 	# Syslog: on, off or a facility name (daemon (default) or local0..7)
diff --git a/doc/sync/ftfw/node1/conntrackd.conf b/doc/sync/ftfw/node1/conntrackd.conf
index e256f67..2da2e5f 100644
--- a/doc/sync/ftfw/node1/conntrackd.conf
+++ b/doc/sync/ftfw/node1/conntrackd.conf
@@ -86,10 +86,10 @@ General {
 	HashLimit 65535
 
 	#
-	# Logfile: on, off, or a filename
-	# Default: on (/var/log/conntrackd.log)
+	# Logfile: on (/var/log/conntrackd.log), off, or a filename
+	# Default: off
 	#
-	#LogFile off
+	#LogFile on
 
 	#
 	# Syslog: on, off or a facility name (daemon (default) or local0..7)
diff --git a/doc/sync/ftfw/node2/conntrackd.conf b/doc/sync/ftfw/node2/conntrackd.conf
index b22ab06..8a7c214 100644
--- a/doc/sync/ftfw/node2/conntrackd.conf
+++ b/doc/sync/ftfw/node2/conntrackd.conf
@@ -85,10 +85,10 @@ General {
 	HashLimit 65535
 
 	#
-	# Logfile: on, off, or a filename
-	# Default: on (/var/log/conntrackd.log)
+	# Logfile: on (/var/log/conntrackd.log), off, or a filename
+	# Default: off
 	#
-	#LogFile off
+	#LogFile on
 
 	#
 	# Syslog: on, off or a facility name (daemon (default) or local0..7)
diff --git a/doc/sync/notrack/node1/conntrackd.conf b/doc/sync/notrack/node1/conntrackd.conf
index 6c5ec3d..15781a5 100644
--- a/doc/sync/notrack/node1/conntrackd.conf
+++ b/doc/sync/notrack/node1/conntrackd.conf
@@ -79,10 +79,10 @@ General {
 	HashLimit 65535
 
 	#
-	# Logfile: on, off, or a filename
-	# Default: on (/var/log/conntrackd.log)
+	# Logfile: on (/var/log/conntrackd.log), off, or a filename
+	# Default: off
 	#
-	#LogFile off
+	#LogFile on
 
 	#
 	# Syslog: on, off or a facility name (daemon (default) or local0..7)
diff --git a/doc/sync/notrack/node2/conntrackd.conf b/doc/sync/notrack/node2/conntrackd.conf
index ba83e5a..0257ddc 100644
--- a/doc/sync/notrack/node2/conntrackd.conf
+++ b/doc/sync/notrack/node2/conntrackd.conf
@@ -78,10 +78,10 @@ General {
 	HashLimit 65535
 
 	#
-	# Logfile: on, off, or a filename
-	# Default: on (/var/log/conntrackd.log)
+	# Logfile: on (/var/log/conntrackd.log), off, or a filename
+	# Default: off
 	#
-	#LogFile off
+	#LogFile on
 
 	#
 	# Syslog: on, off or a facility name (daemon (default) or local0..7)



More information about the netfilter-cvslog mailing list