repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 386d3b9e675e7cbaae5d669988f1f5af86a0a525:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 386d3b9e675e7cbaae5d669988f1f5af86a0a525
Author: Alexander Barton 
Date:   Mon Dec 27 00:48:59 2004 +0000

    Fixed wrong port number in example.

diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index e8178a5a7483f6c010604d66b1c40b119f4c1992..
index ..2cfe17d9b314b09f69e10ecf214e7960b27fe51b 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.26 2004/05/07 11:19:20 alex Exp $
+# $Id: sample-ngircd.conf,v 1.27 2004/12/27 00:48:59 alex Exp $

 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
@@ -35,7 +35,7 @@

 	# Ports on which the server should listen. There may be more than
 	# one port, separated with ";". (Default: 6667)
-	;Ports = 6667, 6668, 66694
+	;Ports = 6667, 6668, 6669

 	# IP address on which the server should listen. (Default: empty,
 	# so the server listens on all IP addresses of the system)

-----END OF PAGE-----