INN commit: trunk/samples (incoming.conf)

INN Commit Russ_Allbery at isc.org
Sat Nov 22 19:48:22 UTC 2008


    Date: Saturday, November 22, 2008 @ 11:48:21
  Author: iulius
Revision: 8186

Typo.

Modified:
  trunk/samples/incoming.conf

---------------+
 incoming.conf |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

Modified: incoming.conf
===================================================================
--- incoming.conf	2008-11-22 19:09:57 UTC (rev 8185)
+++ incoming.conf	2008-11-22 19:48:21 UTC (rev 8186)
@@ -55,37 +55,37 @@
 ##
 ##      # A peer definition.
 ##      peer uunet {
-##           hostname: usenet1.uu.net
+##          hostname: usenet1.uu.net
 ##      }
 ##
 ##      peer vixie {
-##              hostname: gw.home.vix.com
-##              max-connections: 10      # Override global value.
+##          hostname: gw.home.vix.com
+##          max-connections: 10        # Override global value.
 ##      }
 ##
-##      # A group of two peers who can open more connections than normal.
+##      # A group of two peers which can open more connections than normal.
 ##      group fast-sites {
-##           max-connections: 15
+##          max-connections: 15
 ##
-##           # Another peer.  The max-connections: value from the
-##           # fast-sites group scope is used.
-##           peer data.ramona.vix.com {
-##                hostname: data.ramona.vix.com
-##           }
+##          # Another peer.  The max-connections: value from the
+##          # fast-sites group scope is used.
+##          peer data.ramona.vix.com {
+##              hostname: data.ramona.vix.com
+##          }
 ##
-##           peer bb.home.vix.com {
-##                hostname: bb.home.vix.com
-##                max-connections: 20    # He can really cook.
-##           }
+##          peer bb.home.vix.com {
+##              hostname: bb.home.vix.com
+##              max-connections: 20    # He can really cook.
+##          }
 ##      }
 ##
 ##  Given the above configuration file, the defined peers would have the
 ##  following values for the max-connections: key.
 ##
-##          uunet                  5
-##          vixie                 10
-##          data.ramona.vix.com   15
-##          bb.home.vix.com       20
+##      uunet                  5
+##      vixie                 10
+##      data.ramona.vix.com   15
+##      bb.home.vix.com       20
 ##
 ##  The following keys are allowed:
 ##




More information about the inn-committers mailing list