repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 6dacec7ded09397cbb9b4c3c810dc0431c937e5c:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 6dacec7ded09397cbb9b4c3c810dc0431c937e5c
Author: Alexander Barton 
Date:   Mon Jan 17 12:51:17 2005 +0000

    Fixed typo: ports are separated by ",". Thanks to Florian Westphal.

diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index 534af79c1f00bdd3f12d275b26a5a7d9701cd92b..
index ..d872b0de91152c0028f83cb0532c298405815aae 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.28 2004/12/27 00:55:06 alex Exp $
+# $Id: sample-ngircd.conf,v 1.29 2005/01/17 12:51:17 alex Exp $

 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
@@ -33,7 +33,7 @@
 	;AdminEMail = admin@irc.server

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

 	# IP address on which the server should listen. (Default: empty,

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